Name of example container changed to Baremetal

This commit is contained in:
Amit Mahajan
2009-11-19 23:26:00 +05:30
parent 1384701a53
commit 352d75f66c
25 changed files with 59 additions and 58 deletions

View File

@@ -124,7 +124,7 @@ def build_all_containers():
if container.type == 'linux':
pass
cont_images.append(build_linux_container(config, projpaths, container))
elif container.type == 'examples':
elif container.type == 'baremetal':
cont_images.append(build_default_container(config, projpaths, container))
elif container.type == 'posix':
cont_images.append(build_posix_container(config, projpaths, container))