From 83b46ebc65b29de89eabb3c374afc6d6b318d2b6 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 22 May 2008 10:25:09 +0000 Subject: pokyABConfig.py: Add om-gta02 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4542 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- scripts/poky-autobuild-postprocess | 2 ++ scripts/pokyABConfig.py | 2 ++ 2 files changed, 4 insertions(+) (limited to 'scripts') 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 `readlink images/uImage-mx31phy.bin` `readlink images/uImage-neo1973-latest.bin` `readlink images/uImage-om-gta01.bin` + `readlink images/uImage-om-gta02.bin` updater.sh.akita updater.sh.c7x0 updater.sh.spitz @@ -100,6 +101,7 @@ if [ "x$ABTARGET" = "xpoky" ]; then poky-image-sato-mx31litekit-*.rootfs.tar.gz poky-image-sato-htcuniversal-*.rootfs.tar.gz poky-image-sato-om-gta01-*.rootfs.jffs2 + poky-image-sato-om-gta02-*.rootfs.jffs2 poky-image-sato-mx31phy-*.jffs2 poky-image-sato-mx31ads-*.jffs2 `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') runImage(f3, 'nokia800', 'poky-image-sdk') runImage(f3, 'om-gta01', 'poky-image-minimal') runImage(f3, 'om-gta01', 'poky-image-sato') +runImage(f3, 'om-gta02', 'poky-image-minimal') +runImage(f3, 'om-gta02', 'poky-image-sato') runImage(f3, 'qemux86', 'poky-image-minimal') runImage(f3, 'qemux86', 'poky-image-sato') runImage(f3, 'qemux86', 'poky-image-sdk') -- cgit v1.2.3-54-g00ecf