diff options
Diffstat (limited to 'scripts/poky-autobuild-postprocess')
-rwxr-xr-x | scripts/poky-autobuild-postprocess | 108 |
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 | ||
31 | if [ "x$DISTRO" = "xpoky-bleeding" ]; then | 31 | if [ "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 | ) |
44 | fi | 44 | fi |
45 | 45 | ||
46 | if [ "x$DISTRO" = "xtoolchain" ]; then | 46 | if [ "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 | ) |
51 | fi | 51 | fi |
52 | 52 | ||
53 | if [ "x$DISTRO" = "xpoky" ]; then | 53 | if [ "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 | ) |
104 | fi | 104 | fi |
105 | 105 | ||