summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-10-06 13:40:26 +0200
committerAnders Roxell <anders.roxell@linaro.org>2014-10-06 13:40:26 +0200
commit8f5b1f7a599b30c160ab808eb6d85be72cf77dff (patch)
tree9313c35fb678a0bb3e1f924d5b9396610434ee88
parent182c15a4439159651ab62c0f983a1f744683468a (diff)
change to branch linux-linaro-lng-v3.14
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
-rwxr-xr-xlinux-lng.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-lng.sh b/linux-lng.sh
index 35ed40a..b1c4e01 100755
--- a/linux-lng.sh
+++ b/linux-lng.sh
@@ -5,8 +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_version="${linux_branch_version:-"v3.14.x"}"
-export linux_branch="${linux_branch:-"linux-lng-${linux_branch_version}"}"
+export linux_branch_version="${linux_branch_version:-"v3.14"}"
+export linux_branch="${linux_branch:-"linux-linaro-lng-${linux_branch_version}"}"
endian=${endian:-le}
TC_RELEASE="${TC_RELEASE:-14.09}"
GCC_VERSION="${GCC_VERSION:-4.9}"