Added function to extract cputype, this function was earlier rewritten

in build_linux
This commit is contained in:
Amit Mahajan
2009-10-30 14:11:40 +05:30
parent f337257e4e
commit 52d346af40
3 changed files with 13 additions and 23 deletions

View File

@@ -39,6 +39,7 @@ def cml2_header_to_symbols(cml2_header, config):
config.get_arch(name, value)
config.get_subarch(name, value)
config.get_platform(name, value)
config.get_cpu(name, value)
config.get_ncontainers(name, value)
config.get_container_parameters(name, value)