summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2013-12-04 17:02:49 +0100
committerKoen Kooi <koen.kooi@linaro.org>2013-12-05 09:24:21 +0100
commite2bdbe6948d3e96bc6ae8020679d5084e93c4790 (patch)
tree415f4d8235f0cd79c872ea528e9342b905251d5f
parent7a981356e607e92205756817575110dd29721ea9 (diff)
post-build-create-image-manifest.sh: also handle bzImage files
The x86 builds use bzImages, so deploy those as well. Change-Id: I6a85cd54c3898ad9b7fc80d7d9b4efbdf0fc1eb4 Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
-rwxr-xr-xpost-build-create-image-manifest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/post-build-create-image-manifest.sh b/post-build-create-image-manifest.sh
index d4676df..41b3506 100755
--- a/post-build-create-image-manifest.sh
+++ b/post-build-create-image-manifest.sh
@@ -45,7 +45,7 @@ if [ -n "${WORKSPACE}" ]; then
done
# export modules archives and kernel image, if any
- for f in `find ${deploy_dir_image} -name modules-\* -o -name uImage-\* -o -name zImage-\*`
+ for f in `find ${deploy_dir_image} -name modules-\* -o -name uImage-\* -o -name zImage-\* -o -name bzImage-\*`
do
if ! [ -h $f ] ; then
cp -a $f ${WORKSPACE}/out