summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2014-07-15 15:37:56 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-07-15 15:42:59 +0400
commitbd73c3d2d3a8ba9db5b5ce757ce79caa7b1905d1 (patch)
tree8b975c0f1cc142db268746b5f099edca11277bfc
parentdefceb66cf7346b2235e36bc4d7bd0814a402c7a (diff)
ifc6410: do not treat the absence of hwpack as error
Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
-rwxr-xr-xll-ci.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/ll-ci.sh b/ll-ci.sh
index 7ec405e..682d112 100755
--- a/ll-ci.sh
+++ b/ll-ci.sh
@@ -13,6 +13,7 @@ cleanup_exit()
rm -f linux-*.deb
}
+hwpack_is_optional=false
export CCACHE_DIR="$HOME/ccache"
export use_ccache=true
export use_config_fragment=1
@@ -58,6 +59,7 @@ case "${hwpack}" in
export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/uprobes.conf linaro/configs/multi_v7.conf linaro/configs/beaglebone.conf"
;;
ifc6410)
+ hwpack_is_optional=true
export make_deb=true
export kernel_flavour="ifc6410"
export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/ifc6410.conf"
@@ -163,7 +165,7 @@ esac
mkdir -p out
cp -a builddir-*-${kernel_flavour}/.config kernel_config_${hwpack}
-mv hwpack_linaro-${hwpack_type}* out/
+mv hwpack_linaro-${hwpack_type}* out/ || $hwpack_is_optional
${HOME}/bin/linaro-cp out kernel-hwpack/linux-linaro-tracking-ll-${hwpack}/${BUILD_NUMBER}