aboutsummaryrefslogtreecommitdiff
path: root/linux-lng-v4.1-pre-merge.yaml
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-10-22 15:28:06 +0200
committerLinaro Code Review <review@review.linaro.org>2015-10-22 13:41:40 +0000
commit168c243e31fd80733c895b0345846db7905fb0cd (patch)
treecb54917a0da858d019bffd294f023222d477d235 /linux-lng-v4.1-pre-merge.yaml
parent61070a0fa5d02a651c7195c6330089407f2dad68 (diff)
lng-v4.1*: remove *dgb* deb package
Change-Id: I1dbf4b0a928cd4e0aa4f24e88a1b675d4adbc341 Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'linux-lng-v4.1-pre-merge.yaml')
-rw-r--r--linux-lng-v4.1-pre-merge.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux-lng-v4.1-pre-merge.yaml b/linux-lng-v4.1-pre-merge.yaml
index cc91ec9d5e..f419d00084 100644
--- a/linux-lng-v4.1-pre-merge.yaml
+++ b/linux-lng-v4.1-pre-merge.yaml
@@ -169,8 +169,9 @@
# Create the hardware pack
case "${hwpack}" in
arndale|arndale-be|vexpress64)
+ rm -f linux-image-*-linaro-*-dbg_*.deb
linaro-hwpack-create --debug linaro-${hwpack} ${VERSION}
- linaro-hwpack-replace -t `ls hwpack_linaro-*_supported.tar.gz` -p `ls linux-image-*-linaro-*.deb|head -1` -r linux-image -d -i
+ linaro-hwpack-replace -t `ls hwpack_linaro-*_supported.tar.gz` -p `ls linux-image-*-linaro-*.deb` -r linux-image -d -i
linaro-hwpack-replace -t `ls hwpack_linaro-*_supported.tar.gz` -p `ls linux-headers-*-linaro-*.deb` -r linux-headers -d -i
;;
esac