aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-01-24 16:53:52 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2013-01-24 16:53:52 +0200
commita32742139f96b4d139d8a1c934f888c1724d0c61 (patch)
tree87aac4ee458bc0e7fc5c8f70010c4b5309d53341 /scripts
parent6ddbb5c690c0c21f84f72b9789707e86bac45ac1 (diff)
scripts/package_kernel: disable do_create_hwpack by default
Most of the CI jobs don't create hwpack. Make it default. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/package_kernel2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package_kernel b/scripts/package_kernel
index d9c81ce..7e6777f 100755
--- a/scripts/package_kernel
+++ b/scripts/package_kernel
@@ -578,7 +578,7 @@ test "$JENKINS_URL" && {
do_test_build_source_pkg="true"
do_publish_source_pkg="true"
do_create_artifact_dir="true"
- do_create_hwpack="true"
+ do_create_hwpack="false"
}
test "$running_standalone" == "true" && {