Moved linux/rootfs build scripts to scripts directory.

This commit is contained in:
Bahadir Balban
2009-09-13 12:23:45 +03:00
parent f7acdc116d
commit 772440baa0
4 changed files with 90 additions and 8 deletions

View File

@@ -19,14 +19,6 @@ def cml2_header_to_symbols(cml2_header, symbols):
symbols.get_platform(name, value)
symbols.get_ncontainers(name, value)
symbols.get_container_parameters(name, value)
for cont in symbols.containers:
print "Container", cont.id
print "vma start:", cont.vma_start
print "vma end:", cont.vma_end
print "lma start:", cont.lma_start
print "lma end:", cont.lma_end
print "type:", cont.type
print "\n"
def cml2_update_config_h(config_h_path, config):
with open(config_h_path, "a") as config_h: