summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2014-06-02 20:22:33 +0200
committerAnders Roxell <anders.roxell@linaro.org>2014-06-02 20:22:33 +0200
commitb981321dd6c495dbd81fd20ded74631db5683e2a (patch)
tree186c1d6092b269144be30baa68de032189b1bc43
parent05db38685b3be837266980a57330188d04e32172 (diff)
create a new directory for new tc releases
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
-rwxr-xr-xlinux-lng.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux-lng.sh b/linux-lng.sh
index 5daf85c..ac12177 100755
--- a/linux-lng.sh
+++ b/linux-lng.sh
@@ -9,6 +9,7 @@ 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.05}"
+export ARCH=arm
if [ -z "${WORKSPACE}" ]; then
# Local build
@@ -71,6 +72,9 @@ case "${hwpack}" in
;;
esac
+export tcbindir="$HOME/$ARCH-tc-${TC_RELEASE}/bin"
+mkdir -p $(dirname ${tcbindir})
+
git clone git://git.linaro.org/ci/lci-build-tools.git
bash -x lci-build-tools/jenkins_kernel_build_inst
cp -a builddir-*-${kernel_flavour}/.config kernel_config_${hwpack}