diff options
author | Richard Purdie <richard@openedhand.com> | 2008-09-10 22:54:21 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-09-10 22:54:21 +0000 |
commit | 22699496ae01f2510eb9cb82c4f8e0ed86c4de31 (patch) | |
tree | 087c64a8e962023f0bf2220d39411126abdaf196 /scripts | |
parent | 5931e8a4a5426d07173d1ccf2a0bd0ac14b45c44 (diff) | |
download | poky-22699496ae01f2510eb9cb82c4f8e0ed86c4de31.tar.gz |
pokyABConfig.py: Add eee901 builds
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5179 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/pokyABConfig.py | 8 |
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') | |||
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') | ||
68 | runImage(f3, 'eee901', 'poky-image-minimal-live') | ||
69 | runImage(f3, 'eee901', 'poky-image-sato') | ||
70 | runImage(f3, 'eee901', 'poky-image-sato-live') | ||
71 | runImage(f3, 'eee901', 'poky-image-sdk') | ||
67 | runImage(f3, 'bootcdx86', 'poky-image-sato-cd') | 72 | runImage(f3, 'bootcdx86', 'poky-image-sato-cd') |
68 | defaultenv['POKYLIBC'] = 'uclibc' | 73 | defaultenv['POKYLIBC'] = 'uclibc' |
69 | runImage(f3, 'cm-x270', 'poky-image-minimal-mtdutils') | 74 | runImage(f3, 'cm-x270', 'poky-image-minimal-mtdutils') |
@@ -80,9 +85,8 @@ runImage(f4, 'qemuarm', 'poky-image-sdk') | |||
80 | runImage(f4, 'qemuarm', 'world') | 85 | runImage(f4, 'qemuarm', 'world') |
81 | runImage(f4, 'qemux86', 'poky-image-sdk') | 86 | runImage(f4, 'qemux86', 'poky-image-sdk') |
82 | runImage(f4, 'qemux86', 'world') | 87 | runImage(f4, 'qemux86', 'world') |
83 | runImage(f4, 'akita', 'poky-image-sato') | ||
84 | runImage(f4, 'mx31phy', 'poky-image-sato') | ||
85 | runImage(f4, 'omap-3430ldp', 'poky-image-sato') | 88 | runImage(f4, 'omap-3430ldp', 'poky-image-sato') |
89 | runImage(f4, 'eee901', 'poky-image-sato-live') | ||
86 | runComplete(f4) | 90 | runComplete(f4) |
87 | 91 | ||
88 | from buildbot.process import step, factory | 92 | from buildbot.process import step, factory |