summaryrefslogtreecommitdiff
path: root/jenkins_common_lib
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-01-10 16:44:50 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2015-01-10 16:48:14 +0200
commitc0af7603594aba6293196fdb89f39c4e8506d686 (patch)
tree193d72eada75007a62d7d450783e381612587294 /jenkins_common_lib
parent5eed2ccdc97c3d5c46089591386ea7ff84fcb0c9 (diff)
make the boot-wrapper repository configurable
with the 3.19 kernel, dtb on arm64 are now located under a vendor subdir. this change allow to provide an updated boot-wrapper until it's fixed upstream. Change-Id: Iaaa089075e51900890cbfeac713ab96e0ee7fa66 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'jenkins_common_lib')
-rwxr-xr-xjenkins_common_lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins_common_lib b/jenkins_common_lib
index a564455..808797c 100755
--- a/jenkins_common_lib
+++ b/jenkins_common_lib
@@ -8,7 +8,7 @@ pkg_dir="builddir-${kernel_release}"
conf_dir="linaro/configs"
# Default gitweb access URL.
default_git_url="http://git.linaro.org/gitweb?p=$conf_git;a=blob_plain;f=$conf_dir/$conf;hb=$conf_branch"
-boot_wrapper_repo="git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/boot-wrapper-aarch64.git"
+boot_wrapper_repo=${boot_wrapper_repo:-"git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/boot-wrapper-aarch64.git"}
echo > hwpack_info # start with empty
echo KERNEL_CONFIG=$kernel_config >> hwpack_info