aboutsummaryrefslogtreecommitdiff
path: root/openembedded-odp-rootfs.yaml
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-12-14 14:49:56 +0100
committerAnders Roxell <anders.roxell@linaro.org>2015-12-14 20:59:06 +0100
commit780ab1580af76d3f77f5a4853d2b5f29e2901842 (patch)
tree297d74b351af93cc8fe913c599dfff133d45cca6 /openembedded-odp-rootfs.yaml
parent0dfcecc3cb39028935ca25bbeeb52344f3742091 (diff)
openembedded-odp-rootfs: use kernel v4.1
Change-Id: I1fb5e60a9ce8efc7dcc7c0b24320a9453f4f80ff Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'openembedded-odp-rootfs.yaml')
-rw-r--r--openembedded-odp-rootfs.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/openembedded-odp-rootfs.yaml b/openembedded-odp-rootfs.yaml
index 85f28866cb..5703d924b4 100644
--- a/openembedded-odp-rootfs.yaml
+++ b/openembedded-odp-rootfs.yaml
@@ -97,13 +97,13 @@
case "${arch}" in
armv7a)
hwpack="arndale"
- BUILD_NUMBER=$(wget -q --no-check-certificate -O - https://ci.linaro.org/job/linux-lng-v3.14/hwpack=${hwpack},label=docker-utopic/lastSuccessfulBuild/buildNumber)
+ BUILD_NUMBER=$(wget -q --no-check-certificate -O - https://ci.linaro.org/job/linux-lng-v4.1/hwpack=${hwpack},label=docker-utopic/lastSuccessfulBuild/buildNumber)
DEVICE_TYPE="arndale"
template_file="template-base.yaml"
;;
armv7ab)
hwpack="arndale-be"
- BUILD_NUMBER=$(wget -q --no-check-certificate -O - https://ci.linaro.org/job/linux-lng-v3.14/hwpack=${hwpack},label=docker-utopic/lastSuccessfulBuild/buildNumber)
+ BUILD_NUMBER=$(wget -q --no-check-certificate -O - https://ci.linaro.org/job/linux-lng-v4.1/hwpack=${hwpack},label=docker-utopic/lastSuccessfulBuild/buildNumber)
DEVICE_TYPE="arndale"
template_file="template-be-base.yaml"
;;
@@ -119,9 +119,9 @@
test -d ${HOME}/bin || mkdir ${HOME}/bin
wget https://git.linaro.org/ci/lci-build-tools.git/blob_plain/HEAD:/get_jenkins_variable.py -O ${HOME}/bin/get_jenkins_variable.py
upstream_build_number=$(${HOEM}/bin/get_jenkins_variable.py openembedded-lng-x86-pre-built-test-definitions --input_variable UPSTREAM_BUILD_NUMBER)
- KERNEL_URL=$(curl -s http://snapshots.linaro.org/openembedded/pre-built/linaro-lng-x86-64-3.14/${upstream_build_number}/lava/template.json |grep 'kernel":' | cut -d'"' -f4 | cut -d';' -f1)
+ KERNEL_URL=$(curl -s http://snapshots.linaro.org/openembedded/pre-built/linaro-lng-x86-64-4.1/${upstream_build_number}/lava/template.json |grep 'kernel":' | cut -d'"' -f4 | cut -d';' -f1)
else
- KERNEL_URL="http://snapshots.linaro.org/kernel-hwpack/linux-linaro-lng-v3.14/${hwpack}/${BUILD_NUMBER}"
+ KERNEL_URL="http://snapshots.linaro.org/kernel-hwpack/linux-linaro-lng-v4.1/${hwpack}/${BUILD_NUMBER}"
fi
DTB_URL=${KERNEL_URL}/dtbs
export ROOTFS_BUILD_URL="http://snapshots.linaro.org/openembedded/images/odp-${arch}-gcc-${gcc_version}/${BUILD_NUMBER}/$(ls ${JENKINS_WORKSPACE}/out/linaro-image-lng-*.tar.gz |xargs basename)"