]> code.ossystems Code Review - openembedded-core.git/commitdiff
Rename fic-gta01 to om-gta01 as per upstream
authorRichard Purdie <richard@openedhand.com>
Thu, 22 May 2008 08:22:15 +0000 (08:22 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 22 May 2008 08:22:15 +0000 (08:22 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4534 311d38ba-8fff-0310-9ca6-ca027cbcb966

scripts/poky-autobuild-postprocess
scripts/pokyABConfig.py

index 82622042680db7f0b9a6f1e5eac7efbdde64c026..8b62b76361f01a1dd552c044e95e4b200efa305f 100755 (executable)
@@ -79,7 +79,7 @@ if [ "x$ABTARGET" = "xpoky" ]; then
         `readlink images/uImage-em-x270.bin`
         `readlink images/uImage-mx31phy.bin`
         `readlink images/uImage-neo1973-latest.bin`
-        `readlink images/uImage-fic-gta01.bin`
+        `readlink images/uImage-om-gta01.bin`
         updater.sh.akita
         updater.sh.c7x0
         updater.sh.spitz
@@ -99,7 +99,7 @@ if [ "x$ABTARGET" = "xpoky" ]; then
         poky-image-sato-em-x270-*.rootfs.jffs2
         poky-image-sato-mx31litekit-*.rootfs.tar.gz
         poky-image-sato-htcuniversal-*.rootfs.tar.gz
-        poky-image-sato-fic-gta01-*.rootfs.jffs2
+        poky-image-sato-om-gta01-*.rootfs.jffs2
         poky-image-sato-mx31phy-*.jffs2
         poky-image-sato-mx31ads-*.jffs2
         `readlink images/updater-em-x270.ext2`
index 73592f90e22a507da758571e47ac2744f06e90a7..939ca18ca0f1a9ce5b7f366e86f9a5f204c18185 100644 (file)
@@ -53,8 +53,8 @@ runImage(f3, 'nokia770', 'poky-image-sato')
 runImage(f3, 'nokia800', 'poky-image-minimal')
 runImage(f3, 'nokia800', 'poky-image-sato')
 runImage(f3, 'nokia800', 'poky-image-sdk')
-runImage(f3, 'fic-gta01', 'poky-image-minimal')
-runImage(f3, 'fic-gta01', 'poky-image-sato')
+runImage(f3, 'om-gta01', 'poky-image-minimal')
+runImage(f3, 'om-gta01', 'poky-image-sato')
 runImage(f3, 'qemux86', 'poky-image-minimal')
 runImage(f3, 'qemux86', 'poky-image-sato')
 runImage(f3, 'qemux86', 'poky-image-sdk')
@@ -77,7 +77,7 @@ runImage(f4, 'qemux86', 'world')
 runImage(f4, 'akita', 'poky-image-sato')
 runImage(f4, 'mx31phy', 'poky-image-sato')
 runImage(f4, 'em-x270', 'poky-image-sato')
-runImage(f4, 'fic-gta01', 'poky-image-sato')
+runImage(f4, 'om-gta01', 'poky-image-sato')
 runComplete(f4)
 
 from buildbot.process import step, factory