diff options
author | Richard Purdie <richard@openedhand.com> | 2008-07-18 16:47:05 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-07-18 16:47:05 +0000 |
commit | dc1789a5ab8f3149ca7216397d31d9496a31a660 (patch) | |
tree | 7cb20e96322df03be2332351d5aa2c801053fe45 /scripts/pokyABConfig.py | |
parent | ac757c10da72b390d88f2724d329e0b0b1f4f8c1 (diff) | |
download | poky-dc1789a5ab8f3149ca7216397d31d9496a31a660.tar.gz |
scripts/pokyABConfig.py: Add 3430ldp and beagleboard
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4884 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'scripts/pokyABConfig.py')
-rw-r--r-- | scripts/pokyABConfig.py | 7 |
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') | |||
57 | runImage(f3, 'om-gta01', 'poky-image-sato') | 57 | runImage(f3, 'om-gta01', 'poky-image-sato') |
58 | runImage(f3, 'om-gta02', 'poky-image-minimal') | 58 | runImage(f3, 'om-gta02', 'poky-image-minimal') |
59 | runImage(f3, 'om-gta02', 'poky-image-sato') | 59 | runImage(f3, 'om-gta02', 'poky-image-sato') |
60 | runImage(f3, 'omap-3430ldp', 'poky-image-minimal') | ||
61 | runImage(f3, 'omap-3430ldp', 'poky-image-sato') | ||
62 | runImage(f3, 'beagleboard', 'poky-image-minimal') | ||
63 | runImage(f3, 'beagleboard', 'poky-image-sato') | ||
60 | runImage(f3, 'qemux86', 'poky-image-minimal') | 64 | runImage(f3, 'qemux86', 'poky-image-minimal') |
61 | runImage(f3, 'qemux86', 'poky-image-sato') | 65 | runImage(f3, 'qemux86', 'poky-image-sato') |
62 | runImage(f3, 'qemux86', 'poky-image-sdk') | 66 | runImage(f3, 'qemux86', 'poky-image-sdk') |
@@ -78,8 +82,7 @@ runImage(f4, 'qemux86', 'poky-image-sdk') | |||
78 | runImage(f4, 'qemux86', 'world') | 82 | runImage(f4, 'qemux86', 'world') |
79 | runImage(f4, 'akita', 'poky-image-sato') | 83 | runImage(f4, 'akita', 'poky-image-sato') |
80 | runImage(f4, 'mx31phy', 'poky-image-sato') | 84 | runImage(f4, 'mx31phy', 'poky-image-sato') |
81 | runImage(f4, 'em-x270', 'poky-image-sato') | 85 | runImage(f4, 'omap-3430ldp', 'poky-image-sato') |
82 | runImage(f4, 'om-gta01', 'poky-image-sato') | ||
83 | runComplete(f4) | 86 | runComplete(f4) |
84 | 87 | ||
85 | from buildbot.process import step, factory | 88 | from buildbot.process import step, factory |