summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-05-22 08:22:15 +0000
committerRichard Purdie <richard@openedhand.com>2008-05-22 08:22:15 +0000
commite95249b6591583831306d0a9d0400c8683f32ee0 (patch)
tree6941bdf4509ba7d4652f4e77126d22d9548e358d /scripts
parentc56b95f3ae26c97fb6aef11bda3155c713b05130 (diff)
downloadpoky-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')
-rwxr-xr-xscripts/poky-autobuild-postprocess4
-rw-r--r--scripts/pokyABConfig.py6
2 files changed, 5 insertions, 5 deletions
diff --git a/scripts/poky-autobuild-postprocess b/scripts/poky-autobuild-postprocess
index 8262204268..8b62b76361 100755
--- a/scripts/poky-autobuild-postprocess
+++ b/scripts/poky-autobuild-postprocess
@@ -79,7 +79,7 @@ if [ "x$ABTARGET" = "xpoky" ]; then
79 `readlink images/uImage-em-x270.bin` 79 `readlink images/uImage-em-x270.bin`
80 `readlink images/uImage-mx31phy.bin` 80 `readlink images/uImage-mx31phy.bin`
81 `readlink images/uImage-neo1973-latest.bin` 81 `readlink images/uImage-neo1973-latest.bin`
82 `readlink images/uImage-fic-gta01.bin` 82 `readlink images/uImage-om-gta01.bin`
83 updater.sh.akita 83 updater.sh.akita
84 updater.sh.c7x0 84 updater.sh.c7x0
85 updater.sh.spitz 85 updater.sh.spitz
@@ -99,7 +99,7 @@ if [ "x$ABTARGET" = "xpoky" ]; then
99 poky-image-sato-em-x270-*.rootfs.jffs2 99 poky-image-sato-em-x270-*.rootfs.jffs2
100 poky-image-sato-mx31litekit-*.rootfs.tar.gz 100 poky-image-sato-mx31litekit-*.rootfs.tar.gz
101 poky-image-sato-htcuniversal-*.rootfs.tar.gz 101 poky-image-sato-htcuniversal-*.rootfs.tar.gz
102 poky-image-sato-fic-gta01-*.rootfs.jffs2 102 poky-image-sato-om-gta01-*.rootfs.jffs2
103 poky-image-sato-mx31phy-*.jffs2 103 poky-image-sato-mx31phy-*.jffs2
104 poky-image-sato-mx31ads-*.jffs2 104 poky-image-sato-mx31ads-*.jffs2
105 `readlink images/updater-em-x270.ext2` 105 `readlink images/updater-em-x270.ext2`
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