summaryrefslogtreecommitdiffstats
path: root/scripts/pokyABConfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/pokyABConfig.py')
-rw-r--r--scripts/pokyABConfig.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/scripts/pokyABConfig.py b/scripts/pokyABConfig.py
index 3efa514f93..47b0d77561 100644
--- a/scripts/pokyABConfig.py
+++ b/scripts/pokyABConfig.py
@@ -64,6 +64,11 @@ 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')
68runImage(f3, 'eee901', 'poky-image-minimal-live')
69runImage(f3, 'eee901', 'poky-image-sato')
70runImage(f3, 'eee901', 'poky-image-sato-live')
71runImage(f3, 'eee901', 'poky-image-sdk')
67runImage(f3, 'bootcdx86', 'poky-image-sato-cd') 72runImage(f3, 'bootcdx86', 'poky-image-sato-cd')
68defaultenv['POKYLIBC'] = 'uclibc' 73defaultenv['POKYLIBC'] = 'uclibc'
69runImage(f3, 'cm-x270', 'poky-image-minimal-mtdutils') 74runImage(f3, 'cm-x270', 'poky-image-minimal-mtdutils')
@@ -80,9 +85,8 @@ runImage(f4, 'qemuarm', 'poky-image-sdk')
80runImage(f4, 'qemuarm', 'world') 85runImage(f4, 'qemuarm', 'world')
81runImage(f4, 'qemux86', 'poky-image-sdk') 86runImage(f4, 'qemux86', 'poky-image-sdk')
82runImage(f4, 'qemux86', 'world') 87runImage(f4, 'qemux86', 'world')
83runImage(f4, 'akita', 'poky-image-sato')
84runImage(f4, 'mx31phy', 'poky-image-sato')
85runImage(f4, 'omap-3430ldp', 'poky-image-sato') 88runImage(f4, 'omap-3430ldp', 'poky-image-sato')
89runImage(f4, 'eee901', 'poky-image-sato-live')
86runComplete(f4) 90runComplete(f4)
87 91
88from buildbot.process import step, factory 92from buildbot.process import step, factory