summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-05-22 00:43:44 +0200
committerAnders Roxell <anders.roxell@linaro.org>2014-05-22 00:43:44 +0200
commit7a427e360aa6a28fafca9cb443cfaab18c1bb3d9 (patch)
tree0d5648401a799a5e7dff6568d40c1ee90e0735be
parent8c58e64a3411e8d8c313489d254a5ca7bf89cb3f (diff)
add kernel version as a variable
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
-rwxr-xr-xlinux-lng.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux-lng.sh b/linux-lng.sh
index 05030e6..ff8b840 100755
--- a/linux-lng.sh
+++ b/linux-lng.sh
@@ -5,7 +5,8 @@ set -ex
export parent_workspace="/mnt/ci_build/workspace/linux-lng"
export reference_git="${parent_workspace}/reference-git"
export linux_git="${linux_git:-git://git.linaro.org/kernel/linux-linaro-lng.git}"
-export linux_branch="${linux_branch:-linux-lng}"
+export linux_branch_version="${linux_branch_version:-"v3.14.x"}"
+export linux_branch="${linux_branch:-"linux-lng-${linux_branch_version}"}"
endian=${endian:-le}
TC_RELEASE="${TC_RELEASE:-14.04}"