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