diff options
Diffstat (limited to 'scripts/pokyABConfig.py')
| -rw-r--r-- | scripts/pokyABConfig.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/scripts/pokyABConfig.py b/scripts/pokyABConfig.py index 30e89c8cfb..27fe5e6354 100644 --- a/scripts/pokyABConfig.py +++ b/scripts/pokyABConfig.py | |||
| @@ -64,12 +64,12 @@ runImage(f3, 'beagleboard', 'poky-image-sato') | |||
| 64 | runImage(f3, 'qemux86', 'poky-image-minimal') | 64 | runImage(f3, 'qemux86', 'poky-image-minimal') |
| 65 | runImage(f3, 'qemux86', 'poky-image-sato') | 65 | runImage(f3, 'qemux86', 'poky-image-sato') |
| 66 | runImage(f3, 'qemux86', 'poky-image-sdk') | 66 | runImage(f3, 'qemux86', 'poky-image-sdk') |
| 67 | runImage(f3, 'eee901', 'poky-image-minimal') | 67 | runImage(f3, 'netbook', 'poky-image-minimal') |
| 68 | runImage(f3, 'eee901', 'poky-image-minimal-live') | 68 | runImage(f3, 'netbook', 'poky-image-minimal-live') |
| 69 | runImage(f3, 'eee901', 'poky-image-sato') | 69 | runImage(f3, 'netbook', 'poky-image-sato') |
| 70 | runImage(f3, 'eee901', 'poky-image-sato-live') | 70 | runImage(f3, 'netbook', 'poky-image-sato-live') |
| 71 | runImage(f3, 'eee901', 'poky-image-netbook-live') | 71 | runImage(f3, 'netbook', 'poky-image-live') |
| 72 | runImage(f3, 'eee901', 'poky-image-sdk') | 72 | runImage(f3, 'netbook', 'poky-image-sdk') |
| 73 | runImage(f3, 'bootcdx86', 'poky-image-sato-cd') | 73 | runImage(f3, 'bootcdx86', 'poky-image-sato-cd') |
| 74 | defaultenv['POKYLIBC'] = 'uclibc' | 74 | defaultenv['POKYLIBC'] = 'uclibc' |
| 75 | runImage(f3, 'cm-x270', 'poky-image-minimal-mtdutils') | 75 | runImage(f3, 'cm-x270', 'poky-image-minimal-mtdutils') |
| @@ -87,7 +87,7 @@ runImage(f4, 'qemuarm', 'world') | |||
| 87 | runImage(f4, 'qemux86', 'poky-image-sdk') | 87 | runImage(f4, 'qemux86', 'poky-image-sdk') |
| 88 | runImage(f4, 'qemux86', 'world') | 88 | runImage(f4, 'qemux86', 'world') |
| 89 | runImage(f4, 'omap-3430ldp', 'poky-image-sato') | 89 | runImage(f4, 'omap-3430ldp', 'poky-image-sato') |
| 90 | runImage(f4, 'eee901', 'poky-image-sato-live') | 90 | runImage(f4, 'netbook', 'poky-image-sato-live') |
| 91 | runComplete(f4) | 91 | runComplete(f4) |
| 92 | 92 | ||
| 93 | from buildbot.process import step, factory | 93 | from buildbot.process import step, factory |
