summaryrefslogtreecommitdiffstats
path: root/scripts/pokyABConfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/pokyABConfig.py')
-rw-r--r--scripts/pokyABConfig.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/pokyABConfig.py b/scripts/pokyABConfig.py
index 73592f90e2..939ca18ca0 100644
--- a/scripts/pokyABConfig.py
+++ b/scripts/pokyABConfig.py
@@ -53,8 +53,8 @@ runImage(f3, 'nokia770', 'poky-image-sato')
53runImage(f3, 'nokia800', 'poky-image-minimal') 53runImage(f3, 'nokia800', 'poky-image-minimal')
54runImage(f3, 'nokia800', 'poky-image-sato') 54runImage(f3, 'nokia800', 'poky-image-sato')
55runImage(f3, 'nokia800', 'poky-image-sdk') 55runImage(f3, 'nokia800', 'poky-image-sdk')
56runImage(f3, 'fic-gta01', 'poky-image-minimal') 56runImage(f3, 'om-gta01', 'poky-image-minimal')
57runImage(f3, 'fic-gta01', 'poky-image-sato') 57runImage(f3, 'om-gta01', 'poky-image-sato')
58runImage(f3, 'qemux86', 'poky-image-minimal') 58runImage(f3, 'qemux86', 'poky-image-minimal')
59runImage(f3, 'qemux86', 'poky-image-sato') 59runImage(f3, 'qemux86', 'poky-image-sato')
60runImage(f3, 'qemux86', 'poky-image-sdk') 60runImage(f3, 'qemux86', 'poky-image-sdk')
@@ -77,7 +77,7 @@ runImage(f4, 'qemux86', 'world')
77runImage(f4, 'akita', 'poky-image-sato') 77runImage(f4, 'akita', 'poky-image-sato')
78runImage(f4, 'mx31phy', 'poky-image-sato') 78runImage(f4, 'mx31phy', 'poky-image-sato')
79runImage(f4, 'em-x270', 'poky-image-sato') 79runImage(f4, 'em-x270', 'poky-image-sato')
80runImage(f4, 'fic-gta01', 'poky-image-sato') 80runImage(f4, 'om-gta01', 'poky-image-sato')
81runComplete(f4) 81runComplete(f4)
82 82
83from buildbot.process import step, factory 83from buildbot.process import step, factory