summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}"