summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/pokyABConfig.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts/pokyABConfig.py b/scripts/pokyABConfig.py
index b1546fa1d7..3efa514f93 100644
--- a/scripts/pokyABConfig.py
+++ b/scripts/pokyABConfig.py
@@ -57,6 +57,10 @@ runImage(f3, 'om-gta01', 'poky-image-minimal')
57runImage(f3, 'om-gta01', 'poky-image-sato') 57runImage(f3, 'om-gta01', 'poky-image-sato')
58runImage(f3, 'om-gta02', 'poky-image-minimal') 58runImage(f3, 'om-gta02', 'poky-image-minimal')
59runImage(f3, 'om-gta02', 'poky-image-sato') 59runImage(f3, 'om-gta02', 'poky-image-sato')
60runImage(f3, 'omap-3430ldp', 'poky-image-minimal')
61runImage(f3, 'omap-3430ldp', 'poky-image-sato')
62runImage(f3, 'beagleboard', 'poky-image-minimal')
63runImage(f3, 'beagleboard', 'poky-image-sato')
60runImage(f3, 'qemux86', 'poky-image-minimal') 64runImage(f3, 'qemux86', 'poky-image-minimal')
61runImage(f3, 'qemux86', 'poky-image-sato') 65runImage(f3, 'qemux86', 'poky-image-sato')
62runImage(f3, 'qemux86', 'poky-image-sdk') 66runImage(f3, 'qemux86', 'poky-image-sdk')
@@ -78,8 +82,7 @@ runImage(f4, 'qemux86', 'poky-image-sdk')
78runImage(f4, 'qemux86', 'world') 82runImage(f4, 'qemux86', 'world')
79runImage(f4, 'akita', 'poky-image-sato') 83runImage(f4, 'akita', 'poky-image-sato')
80runImage(f4, 'mx31phy', 'poky-image-sato') 84runImage(f4, 'mx31phy', 'poky-image-sato')
81runImage(f4, 'em-x270', 'poky-image-sato') 85runImage(f4, 'omap-3430ldp', 'poky-image-sato')
82runImage(f4, 'om-gta01', 'poky-image-sato')
83runComplete(f4) 86runComplete(f4)
84 87
85from buildbot.process import step, factory 88from buildbot.process import step, factory