]> code.ossystems Code Review - openembedded-core.git/commitdiff
pokyABConfig.py: Add eee901 builds
authorRichard Purdie <richard@openedhand.com>
Wed, 10 Sep 2008 22:54:21 +0000 (22:54 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 10 Sep 2008 22:54:21 +0000 (22:54 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5179 311d38ba-8fff-0310-9ca6-ca027cbcb966

scripts/pokyABConfig.py

index 3efa514f9312831bc51679ce2d08d3faf23bb277..47b0d775616266e9dc56163267756dad1e123033 100644 (file)
@@ -64,6 +64,11 @@ runImage(f3, 'beagleboard', 'poky-image-sato')
 runImage(f3, 'qemux86', 'poky-image-minimal')
 runImage(f3, 'qemux86', 'poky-image-sato')
 runImage(f3, 'qemux86', 'poky-image-sdk')
+runImage(f3, 'eee901', 'poky-image-minimal')
+runImage(f3, 'eee901', 'poky-image-minimal-live')
+runImage(f3, 'eee901', 'poky-image-sato')
+runImage(f3, 'eee901', 'poky-image-sato-live')
+runImage(f3, 'eee901', 'poky-image-sdk')
 runImage(f3, 'bootcdx86', 'poky-image-sato-cd')
 defaultenv['POKYLIBC'] = 'uclibc'
 runImage(f3, 'cm-x270', 'poky-image-minimal-mtdutils')
@@ -80,9 +85,8 @@ runImage(f4, 'qemuarm', 'poky-image-sdk')
 runImage(f4, 'qemuarm', 'world')
 runImage(f4, 'qemux86', 'poky-image-sdk')
 runImage(f4, 'qemux86', 'world')
-runImage(f4, 'akita', 'poky-image-sato')
-runImage(f4, 'mx31phy', 'poky-image-sato')
 runImage(f4, 'omap-3430ldp', 'poky-image-sato')
+runImage(f4, 'eee901', 'poky-image-sato-live')
 runComplete(f4)
 
 from buildbot.process import step, factory