diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-05-22 08:22:15 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-05-22 08:22:15 +0000 |
| commit | e95249b6591583831306d0a9d0400c8683f32ee0 (patch) | |
| tree | 6941bdf4509ba7d4652f4e77126d22d9548e358d /scripts/pokyABConfig.py | |
| parent | c56b95f3ae26c97fb6aef11bda3155c713b05130 (diff) | |
| download | poky-e95249b6591583831306d0a9d0400c8683f32ee0.tar.gz | |
Rename fic-gta01 to om-gta01 as per upstream
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4534 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'scripts/pokyABConfig.py')
| -rw-r--r-- | scripts/pokyABConfig.py | 6 |
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') | |||
| 53 | runImage(f3, 'nokia800', 'poky-image-minimal') | 53 | runImage(f3, 'nokia800', 'poky-image-minimal') |
| 54 | runImage(f3, 'nokia800', 'poky-image-sato') | 54 | runImage(f3, 'nokia800', 'poky-image-sato') |
| 55 | runImage(f3, 'nokia800', 'poky-image-sdk') | 55 | runImage(f3, 'nokia800', 'poky-image-sdk') |
| 56 | runImage(f3, 'fic-gta01', 'poky-image-minimal') | 56 | runImage(f3, 'om-gta01', 'poky-image-minimal') |
| 57 | runImage(f3, 'fic-gta01', 'poky-image-sato') | 57 | runImage(f3, 'om-gta01', 'poky-image-sato') |
| 58 | runImage(f3, 'qemux86', 'poky-image-minimal') | 58 | runImage(f3, 'qemux86', 'poky-image-minimal') |
| 59 | runImage(f3, 'qemux86', 'poky-image-sato') | 59 | runImage(f3, 'qemux86', 'poky-image-sato') |
| 60 | runImage(f3, 'qemux86', 'poky-image-sdk') | 60 | runImage(f3, 'qemux86', 'poky-image-sdk') |
| @@ -77,7 +77,7 @@ runImage(f4, 'qemux86', 'world') | |||
| 77 | runImage(f4, 'akita', 'poky-image-sato') | 77 | runImage(f4, 'akita', 'poky-image-sato') |
| 78 | runImage(f4, 'mx31phy', 'poky-image-sato') | 78 | runImage(f4, 'mx31phy', 'poky-image-sato') |
| 79 | runImage(f4, 'em-x270', 'poky-image-sato') | 79 | runImage(f4, 'em-x270', 'poky-image-sato') |
| 80 | runImage(f4, 'fic-gta01', 'poky-image-sato') | 80 | runImage(f4, 'om-gta01', 'poky-image-sato') |
| 81 | runComplete(f4) | 81 | runComplete(f4) |
| 82 | 82 | ||
| 83 | from buildbot.process import step, factory | 83 | from buildbot.process import step, factory |
