summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-05-22 10:25:09 +0000
committerRichard Purdie <richard@openedhand.com>2008-05-22 10:25:09 +0000
commit83b46ebc65b29de89eabb3c374afc6d6b318d2b6 (patch)
tree3334bd62b373a458bbb59981047823d2b1018951 /scripts
parentd604b45027cb413b569fb1ff26d93299abdecb9d (diff)
downloadpoky-83b46ebc65b29de89eabb3c374afc6d6b318d2b6.tar.gz
pokyABConfig.py: Add om-gta02
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4542 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/poky-autobuild-postprocess2
-rw-r--r--scripts/pokyABConfig.py2
2 files changed, 4 insertions, 0 deletions
diff --git a/scripts/poky-autobuild-postprocess b/scripts/poky-autobuild-postprocess
index 8b62b76361..fd6c7f62a5 100755
--- a/scripts/poky-autobuild-postprocess
+++ b/scripts/poky-autobuild-postprocess
@@ -80,6 +80,7 @@ if [ "x$ABTARGET" = "xpoky" ]; then
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-om-gta01.bin` 82 `readlink images/uImage-om-gta01.bin`
83 `readlink images/uImage-om-gta02.bin`
83 updater.sh.akita 84 updater.sh.akita
84 updater.sh.c7x0 85 updater.sh.c7x0
85 updater.sh.spitz 86 updater.sh.spitz
@@ -100,6 +101,7 @@ if [ "x$ABTARGET" = "xpoky" ]; then
100 poky-image-sato-mx31litekit-*.rootfs.tar.gz 101 poky-image-sato-mx31litekit-*.rootfs.tar.gz
101 poky-image-sato-htcuniversal-*.rootfs.tar.gz 102 poky-image-sato-htcuniversal-*.rootfs.tar.gz
102 poky-image-sato-om-gta01-*.rootfs.jffs2 103 poky-image-sato-om-gta01-*.rootfs.jffs2
104 poky-image-sato-om-gta02-*.rootfs.jffs2
103 poky-image-sato-mx31phy-*.jffs2 105 poky-image-sato-mx31phy-*.jffs2
104 poky-image-sato-mx31ads-*.jffs2 106 poky-image-sato-mx31ads-*.jffs2
105 `readlink images/updater-em-x270.ext2` 107 `readlink images/updater-em-x270.ext2`
diff --git a/scripts/pokyABConfig.py b/scripts/pokyABConfig.py
index 939ca18ca0..b1546fa1d7 100644
--- a/scripts/pokyABConfig.py
+++ b/scripts/pokyABConfig.py
@@ -55,6 +55,8 @@ runImage(f3, 'nokia800', 'poky-image-sato')
55runImage(f3, 'nokia800', 'poky-image-sdk') 55runImage(f3, 'nokia800', 'poky-image-sdk')
56runImage(f3, 'om-gta01', 'poky-image-minimal') 56runImage(f3, 'om-gta01', 'poky-image-minimal')
57runImage(f3, 'om-gta01', 'poky-image-sato') 57runImage(f3, 'om-gta01', 'poky-image-sato')
58runImage(f3, 'om-gta02', 'poky-image-minimal')
59runImage(f3, 'om-gta02', 'poky-image-sato')
58runImage(f3, 'qemux86', 'poky-image-minimal') 60runImage(f3, 'qemux86', 'poky-image-minimal')
59runImage(f3, 'qemux86', 'poky-image-sato') 61runImage(f3, 'qemux86', 'poky-image-sato')
60runImage(f3, 'qemux86', 'poky-image-sdk') 62runImage(f3, 'qemux86', 'poky-image-sdk')