summaryrefslogtreecommitdiffstats
path: root/scripts/pokyABConfig.py
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2008-10-21 16:01:02 +0200
committerSamuel Ortiz <sameo@openedhand.com>2008-10-21 16:01:02 +0200
commite5c53ce035eb36fc1b416e9971582a45754844be (patch)
tree4d14d39f2e5f5c4a371a17563155b3f6bd2f0e93 /scripts/pokyABConfig.py
parent3e045793c740cbac302c2077cc839f1a64c03bc2 (diff)
downloadpoky-e5c53ce035eb36fc1b416e9971582a45754844be.tar.gz
netbook: changed platform name from eee901 to netbook
We want to have a more generic platform definition. The netbook machine one currently supports the eee901 and the aspire one. We also moved the machine and netbook image definitions to meta-moblin.
Diffstat (limited to 'scripts/pokyABConfig.py')
-rw-r--r--scripts/pokyABConfig.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/scripts/pokyABConfig.py b/scripts/pokyABConfig.py
index 30e89c8cfb..27fe5e6354 100644
--- a/scripts/pokyABConfig.py
+++ b/scripts/pokyABConfig.py
@@ -64,12 +64,12 @@ runImage(f3, 'beagleboard', 'poky-image-sato')
64runImage(f3, 'qemux86', 'poky-image-minimal') 64runImage(f3, 'qemux86', 'poky-image-minimal')
65runImage(f3, 'qemux86', 'poky-image-sato') 65runImage(f3, 'qemux86', 'poky-image-sato')
66runImage(f3, 'qemux86', 'poky-image-sdk') 66runImage(f3, 'qemux86', 'poky-image-sdk')
67runImage(f3, 'eee901', 'poky-image-minimal') 67runImage(f3, 'netbook', 'poky-image-minimal')
68runImage(f3, 'eee901', 'poky-image-minimal-live') 68runImage(f3, 'netbook', 'poky-image-minimal-live')
69runImage(f3, 'eee901', 'poky-image-sato') 69runImage(f3, 'netbook', 'poky-image-sato')
70runImage(f3, 'eee901', 'poky-image-sato-live') 70runImage(f3, 'netbook', 'poky-image-sato-live')
71runImage(f3, 'eee901', 'poky-image-netbook-live') 71runImage(f3, 'netbook', 'poky-image-live')
72runImage(f3, 'eee901', 'poky-image-sdk') 72runImage(f3, 'netbook', 'poky-image-sdk')
73runImage(f3, 'bootcdx86', 'poky-image-sato-cd') 73runImage(f3, 'bootcdx86', 'poky-image-sato-cd')
74defaultenv['POKYLIBC'] = 'uclibc' 74defaultenv['POKYLIBC'] = 'uclibc'
75runImage(f3, 'cm-x270', 'poky-image-minimal-mtdutils') 75runImage(f3, 'cm-x270', 'poky-image-minimal-mtdutils')
@@ -87,7 +87,7 @@ runImage(f4, 'qemuarm', 'world')
87runImage(f4, 'qemux86', 'poky-image-sdk') 87runImage(f4, 'qemux86', 'poky-image-sdk')
88runImage(f4, 'qemux86', 'world') 88runImage(f4, 'qemux86', 'world')
89runImage(f4, 'omap-3430ldp', 'poky-image-sato') 89runImage(f4, 'omap-3430ldp', 'poky-image-sato')
90runImage(f4, 'eee901', 'poky-image-sato-live') 90runImage(f4, 'netbook', 'poky-image-sato-live')
91runComplete(f4) 91runComplete(f4)
92 92
93from buildbot.process import step, factory 93from buildbot.process import step, factory