diff options
author | Richard Purdie <richard@openedhand.com> | 2008-10-06 16:16:57 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-10-06 16:16:57 +0000 |
commit | 8d90e33c3ad5006b7c13180c2adec25a9092b948 (patch) | |
tree | 4664b39b7046410e33dedbb347552ea573a024bc /scripts/poky-autobuild-postprocess | |
parent | 43a33026238b559ad71914b2d197cae0599c2255 (diff) | |
download | openembedded-core-8d90e33c3ad5006b7c13180c2adec25a9092b948.tar.gz openembedded-core-8d90e33c3ad5006b7c13180c2adec25a9092b948.tar.bz2 openembedded-core-8d90e33c3ad5006b7c13180c2adec25a9092b948.zip |
scripts/poky-autobuild-postprocess: Add eee901
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5421 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'scripts/poky-autobuild-postprocess')
-rwxr-xr-x | scripts/poky-autobuild-postprocess | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/poky-autobuild-postprocess b/scripts/poky-autobuild-postprocess index fd6c7f62a5..ec1879a39d 100755 --- a/scripts/poky-autobuild-postprocess +++ b/scripts/poky-autobuild-postprocess @@ -70,6 +70,7 @@ if [ "x$ABTARGET" = "xpoky" ]; then `readlink images/zImage-spitz.bin` `readlink images/zImage-nokia800.bin` `readlink images/bzImage-qemux86.bin` + `readlink images/bzImage-eee901.bin` `readlink images/zImage-htcuniversal.bin` `readlink images/zImage-mx31litekit.bin` `readlink images/zImage-mx31ads.bin` @@ -85,6 +86,7 @@ if [ "x$ABTARGET" = "xpoky" ]; then updater.sh.c7x0 updater.sh.spitz gnu-tar + poky-image-netbook-live-eee901-*.hddimg poky-image-sato-akita-*.rootfs.summary.jffs2 poky-image-sato-c7x0-*.rootfs.jffs2 poky-image-sato-spitz-*.rootfs.tar.gz |