]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/pokyABConfig.py: Add 3430ldp and beagleboard
authorRichard Purdie <richard@openedhand.com>
Fri, 18 Jul 2008 16:47:05 +0000 (16:47 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 18 Jul 2008 16:47:05 +0000 (16:47 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4884 311d38ba-8fff-0310-9ca6-ca027cbcb966

scripts/pokyABConfig.py

index b1546fa1d77b7ec98a6f02fe7961910eb9bf1671..3efa514f9312831bc51679ce2d08d3faf23bb277 100644 (file)
@@ -57,6 +57,10 @@ runImage(f3, 'om-gta01', 'poky-image-minimal')
 runImage(f3, 'om-gta01', 'poky-image-sato')
 runImage(f3, 'om-gta02', 'poky-image-minimal')
 runImage(f3, 'om-gta02', 'poky-image-sato')
+runImage(f3, 'omap-3430ldp', 'poky-image-minimal')
+runImage(f3, 'omap-3430ldp', 'poky-image-sato')
+runImage(f3, 'beagleboard', 'poky-image-minimal')
+runImage(f3, 'beagleboard', 'poky-image-sato')
 runImage(f3, 'qemux86', 'poky-image-minimal')
 runImage(f3, 'qemux86', 'poky-image-sato')
 runImage(f3, 'qemux86', 'poky-image-sdk')
@@ -78,8 +82,7 @@ runImage(f4, 'qemux86', 'poky-image-sdk')
 runImage(f4, 'qemux86', 'world')
 runImage(f4, 'akita', 'poky-image-sato')
 runImage(f4, 'mx31phy', 'poky-image-sato')
-runImage(f4, 'em-x270', 'poky-image-sato')
-runImage(f4, 'om-gta01', 'poky-image-sato')
+runImage(f4, 'omap-3430ldp', 'poky-image-sato')
 runComplete(f4)
 
 from buildbot.process import step, factory