summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-10-06 13:41:16 +0200
committerAnders Roxell <anders.roxell@linaro.org>2014-10-06 13:41:16 +0200
commitc27f852fcca4241355502f8c02c351192ae313a2 (patch)
treeb23d1109f93dfb619c2a9826686033d341a88ec7
parentf0183604e95c0b2f5a8083d0ecf59f94d73f7f10 (diff)
change to branch linux-linaro-lng-v3.14-rtHEADmaster
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
-rwxr-xr-xlinux-lng-preempt-rt.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux-lng-preempt-rt.sh b/linux-lng-preempt-rt.sh
index 3541628..8766353 100755
--- a/linux-lng-preempt-rt.sh
+++ b/linux-lng-preempt-rt.sh
@@ -5,8 +5,8 @@ set -ex
export parent_workspace="/mnt/ci_build/workspace/linux-lng-preempt-rt"
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-preempt-rt-${linux_branch_version}"}"
+export linux_branch_version="${linux_branch_version:-"v3.14"}"
+export linux_branch="${linux_branch:-"linux-linaro-lng-${linux_branch_version}-rt"}"
endian=${endian:-le}
TC_RELEASE="${TC_RELEASE:-14.09}"
GCC_VERSION="${GCC_VERSION:-4.9}"