summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-04-28 21:58:49 +0000
committerRichard Purdie <richard@openedhand.com>2008-04-28 21:58:49 +0000
commitaab46e602bda15eb3ea853d4a7b6d68021c671f7 (patch)
tree29decf424c19082edc9b78d67643d76a348c9cab /scripts
parentff0595128b1b456fbbe9a0dbf4a418a4044ab10d (diff)
downloadpoky-aab46e602bda15eb3ea853d4a7b6d68021c671f7.tar.gz
scripts/poky-autobuild-postprocess: Remove paths from script
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4366 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/poky-autobuild-postprocess108
1 files changed, 54 insertions, 54 deletions
diff --git a/scripts/poky-autobuild-postprocess b/scripts/poky-autobuild-postprocess
index 4b13a51a0a..5ab7037314 100755
--- a/scripts/poky-autobuild-postprocess
+++ b/scripts/poky-autobuild-postprocess
@@ -30,76 +30,76 @@ FILES=()
30 30
31if [ "x$DISTRO" = "xpoky-bleeding" ]; then 31if [ "x$DISTRO" = "xpoky-bleeding" ]; then
32 COMPRESS_FILES=( 32 COMPRESS_FILES=(
33 images/poky-image-sato-qemuarm-*.rootfs.ext2 33 poky-image-sato-qemuarm-*.rootfs.ext2
34 ) 34 )
35 35
36 FILES=( 36 FILES=(
37 images/svninfo 37 svninfo
38 images/`readlink images/zImage-akita.bin` 38 `readlink images/zImage-akita.bin`
39 images/`readlink images/zImage-qemuarm.bin` 39 `readlink images/zImage-qemuarm.bin`
40 images/updater.sh.akita 40 updater.sh.akita
41 images/poky-image-sato-akita-*.rootfs.summary.jffs2 41 poky-image-sato-akita-*.rootfs.summary.jffs2
42 images/poky-image-sato-qemuarm-*.rootfs.tar.bz2 42 poky-image-sato-qemuarm-*.rootfs.tar.bz2
43 ) 43 )
44fi 44fi
45 45
46if [ "x$DISTRO" = "xtoolchain" ]; then 46if [ "x$DISTRO" = "xtoolchain" ]; then
47 FILES=( 47 FILES=(
48 images/svninfo 48 svninfo
49 sdk/poky-*-toolchain-*.tar.bz2 49 poky-*-toolchain-*.tar.bz2
50 ) 50 )
51fi 51fi
52 52
53if [ "x$DISTRO" = "xpoky" ]; then 53if [ "x$DISTRO" = "xpoky" ]; then
54 COMPRESS_FILES=( 54 COMPRESS_FILES=(
55 images/poky-image-sdk-qemuarm-*.rootfs.ext2 55 poky-image-sdk-qemuarm-*.rootfs.ext2
56 images/poky-image-sdk-qemux86-*.rootfs.ext2 56 poky-image-sdk-qemux86-*.rootfs.ext2
57 images/poky-image-minimal-qemuarm-*.rootfs.ext2 57 poky-image-minimal-qemuarm-*.rootfs.ext2
58 images/poky-image-minimal-qemux86-*.rootfs.ext2 58 poky-image-minimal-qemux86-*.rootfs.ext2
59 images/poky-image-sato-cd-*.iso 59 poky-image-sato-cd-*.iso
60 ) 60 )
61 61
62 FILES=( 62 FILES=(
63 images/svninfo 63 svninfo
64 `readlink -f images/zImage-akita.bin` 64 `readlink images/zImage-akita.bin`
65 `readlink -f images/zImage-c7x0.bin` 65 `readlink images/zImage-c7x0.bin`
66 `readlink -f images/zImage-qemuarm.bin` 66 `readlink images/zImage-qemuarm.bin`
67 `readlink -f images/zImage-spitz.bin` 67 `readlink images/zImage-spitz.bin`
68 `readlink -f images/zImage-nokia800.bin` 68 `readlink images/zImage-nokia800.bin`
69 `readlink -f images/bzImage-qemux86.bin` 69 `readlink images/bzImage-qemux86.bin`
70 `readlink -f images/zImage-htcuniversal.bin` 70 `readlink images/zImage-htcuniversal.bin`
71 `readlink -f images/zImage-mx31litekit.bin` 71 `readlink images/zImage-mx31litekit.bin`
72 `readlink -f images/zImage-mx31ads.bin` 72 `readlink images/zImage-mx31ads.bin`
73 `readlink -f images/zImage-nokia770.bin` 73 `readlink images/zImage-nokia770.bin`
74 `readlink -f images/zImage-zylonite.bin` 74 `readlink images/zImage-zylonite.bin`
75 `readlink -f images/zImage-cm-x270.bin` 75 `readlink images/zImage-cm-x270.bin`
76 `readlink -f images/uImage-em-x270.bin` 76 `readlink images/uImage-em-x270.bin`
77 `readlink -f images/uImage-mx31phy.bin` 77 `readlink images/uImage-mx31phy.bin`
78 `readlink -f images/uImage-neo1973-latest.bin` 78 `readlink images/uImage-neo1973-latest.bin`
79 `readlink -f images/uImage-fic-gta01.bin` 79 `readlink images/uImage-fic-gta01.bin`
80 images/updater.sh.akita 80 updater.sh.akita
81 images/updater.sh.c7x0 81 updater.sh.c7x0
82 images/updater.sh.spitz 82 updater.sh.spitz
83 images/gnu-tar 83 gnu-tar
84 images/poky-image-sato-akita-*.rootfs.summary.jffs2 84 poky-image-sato-akita-*.rootfs.summary.jffs2
85 images/poky-image-sato-c7x0-*.rootfs.jffs2 85 poky-image-sato-c7x0-*.rootfs.jffs2
86 images/poky-image-sato-spitz-*.rootfs.tar.gz 86 poky-image-sato-spitz-*.rootfs.tar.gz
87 images/poky-image-sdk-qemuarm-*.rootfs.tar.bz2 87 poky-image-sdk-qemuarm-*.rootfs.tar.bz2
88 images/poky-image-sdk-qemux86-*.rootfs.tar.bz2 88 poky-image-sdk-qemux86-*.rootfs.tar.bz2
89 images/poky-image-minimal-qemuarm-*.rootfs.tar.bz2 89 poky-image-minimal-qemuarm-*.rootfs.tar.bz2
90 images/poky-image-minimal-qemux86-*.rootfs.tar.bz2 90 poky-image-minimal-qemux86-*.rootfs.tar.bz2
91 images/poky-image-sdk-spitz-*.rootfs.tar.gz 91 poky-image-sdk-spitz-*.rootfs.tar.gz
92 images/poky-image-sdk-nokia800-*.rootfs.jffs2 92 poky-image-sdk-nokia800-*.rootfs.jffs2
93 images/poky-image-sato-nokia770-*.rootfs.jffs2 93 poky-image-sato-nokia770-*.rootfs.jffs2
94 images/poky-image-sato-zylonite-*.rootfs.jffs2 94 poky-image-sato-zylonite-*.rootfs.jffs2
95 images/poky-image-sato-cm-x270-*.rootfs.jffs2 95 poky-image-sato-cm-x270-*.rootfs.jffs2
96 images/poky-image-sato-em-x270-*.rootfs.jffs2 96 poky-image-sato-em-x270-*.rootfs.jffs2
97 images/poky-image-sato-mx31litekit-*.rootfs.tar.gz 97 poky-image-sato-mx31litekit-*.rootfs.tar.gz
98 images/poky-image-sato-htcuniversal-*.rootfs.tar.gz 98 poky-image-sato-htcuniversal-*.rootfs.tar.gz
99 images/poky-image-sato-fic-gta01-*.rootfs.jffs2 99 poky-image-sato-fic-gta01-*.rootfs.jffs2
100 images/poky-image-sato-mx31phy-*.jffs2 100 poky-image-sato-mx31phy-*.jffs2
101 images/poky-image-sato-mx31ads-*.jffs2 101 poky-image-sato-mx31ads-*.jffs2
102 `readlink -f images/updater-em-x270.ext2` 102 `readlink images/updater-em-x270.ext2`
103 ) 103 )
104fi 104fi
105 105