aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-debian-images.yaml
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2016-03-30 11:43:16 +0200
committerLinaro Code Review <review@review.linaro.org>2016-03-30 09:50:30 +0000
commitf34de7e6a70d23ee35144e8af4b9760a0e53b683 (patch)
tree341f9183d9e84c4e21bed59fc48e477b5ac0880d /lt-qcom-debian-images.yaml
parent1d03e319827d081b12add840571871fcb6a07542 (diff)
lt-qcom-debian-*.yaml: enable --backports for linaro-hwpack-create
A new version of linaro-hwpack-create has been released (2016.02) which includes proper support for enabling backports, so we can remove the local workaround used so far (e.g. this commits reverts 560b13207123d4ab2784561a276809c32b0d5e88) and enable the '--backports' option wherever appropriate. Change-Id: Idf7c27dc04b4a8eb1b28ba800138ccd6a24a51d8 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'lt-qcom-debian-images.yaml')
-rw-r--r--lt-qcom-debian-images.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/lt-qcom-debian-images.yaml b/lt-qcom-debian-images.yaml
index 6fcfb73db5..1093a28fb4 100644
--- a/lt-qcom-debian-images.yaml
+++ b/lt-qcom-debian-images.yaml
@@ -98,8 +98,6 @@
http://repo.linaro.org/ubuntu/linaro-overlay/pool/main/m/multipath-tools/kpartx_0.5.0-7ubuntu7.1_amd64.deb
sudo dpkg -i --force-all *.deb
rm -f *.deb
- # Backports workaround
- sudo wget http://people.linaro.org/~ricardo.salveti/packages.py -O /usr/lib/python2.7/dist-packages/linaro_image_tools/hwpack/packages.py
export LANG=C
export make_bootwrapper=false
@@ -193,7 +191,7 @@
rm -f `ls hwpack_${VENDOR}-lt-qcom_*_${PLATFORM_ARCH}_supported.tar.gz`
VERSION=`date +%Y%m%d`-${BUILD_NUMBER}
- linaro-hwpack-create --debug ${VENDOR}-lt-qcom ${VERSION}
+ linaro-hwpack-create --debug --backports ${VENDOR}-lt-qcom ${VERSION}
linaro-hwpack-replace -t `ls hwpack_${VENDOR}-lt-qcom_*_${PLATFORM_ARCH}_supported.tar.gz` -p `ls linux-image-*-${VENDOR}-lt-qcom_*.deb` -r linux-image -d -i
linaro-hwpack-replace -t `ls hwpack_${VENDOR}-lt-qcom_*_${PLATFORM_ARCH}_supported.tar.gz` -p `ls linux-headers-*-${VENDOR}-lt-qcom_*.deb` -r linux-headers -d -i