aboutsummaryrefslogtreecommitdiff
path: root/android-lcr-reference-juno-m.yaml
diff options
context:
space:
mode:
authorDaniel Díaz <daniel.diaz@linaro.org>2016-01-14 10:49:31 -0600
committerDaniel Díaz <daniel.diaz@linaro.org>2016-01-14 10:49:31 -0600
commitca17431b997f302535f55af31450e82c2aaf3ffb (patch)
tree8229108a616e6ef2f166f7dc66b2ffe4e6c8f066 /android-lcr-reference-juno-m.yaml
parentcaaf87bae8f81da75dc70c7eb0f18bc15493bc25 (diff)
android-lcr: Use latest Debian packages for l-image-tools on Juno ref.
Change-Id: I4d69a0bfe14c343290a8f570e2ed85dc46a07ddd Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>
Diffstat (limited to 'android-lcr-reference-juno-m.yaml')
-rw-r--r--android-lcr-reference-juno-m.yaml10
1 files changed, 7 insertions, 3 deletions
diff --git a/android-lcr-reference-juno-m.yaml b/android-lcr-reference-juno-m.yaml
index 3a06d2d735..2c16d15ee7 100644
--- a/android-lcr-reference-juno-m.yaml
+++ b/android-lcr-reference-juno-m.yaml
@@ -66,6 +66,13 @@
sudo apt-get update
sudo apt-get install -y bison git gperf libxml2-utils python-mako zip time python-pycurl genisoimage patch
+ wget -q \
+ http://repo.linaro.org/ubuntu/linaro-overlay/pool/main/a/android-tools/android-tools-fsutils_4.2.2+git20130218-3ubuntu41+linaro1_amd64.deb \
+ http://repo.linaro.org/ubuntu/linaro-tools/pool/main/l/linaro-image-tools/linaro-image-tools_2015.11-1.linarojessie.1_amd64.deb \
+ http://repo.linaro.org/ubuntu/linaro-tools/pool/main/l/linaro-image-tools/python-linaro-image-tools_2015.11-1.linarojessie.1_all.deb
+ sudo dpkg -i --force-all *.deb
+ rm -f *.deb
+
mkdir -p ${HOME}/bin ${WORKSPACE}/build/out
curl https://storage.googleapis.com/git-repo-downloads/repo > ${HOME}/bin/repo
wget https://git.linaro.org/ci/publishing-api.git/blob_plain/HEAD:/linaro-cp.py -O ${HOME}/bin/linaro-cp.py
@@ -87,9 +94,6 @@
git clone --depth 1 https://git.linaro.org/people/vishal.bhoj/linaro-android-build-tools-ci.git build-tools
git clone --depth 1 https://git.linaro.org/infrastructure/linaro-jenkins-tools.git jenkins-tools
git clone --depth 1 http://android.git.linaro.org/git/android-build-configs.git build-configs
- git clone --depth 1 https://review.linaro.org/ci/linaro-image-tools linaro-image-tools
-
- export PATH=$(pwd)/linaro-image-tools:$PATH
export BUNDLE_STREAM_NAME=${BUNDLE_STREAM_NAME:-/private/team/wg/wg-private/}
export BUILD_CONFIG_FILENAME=${BUILD_CONFIG_FILENAME:-${JOB_NAME#android-*}}