aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-debian-images/sdcard-dragonboard-410c.sh
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2017-11-22 14:51:03 +0100
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2017-11-22 13:54:43 +0000
commit53ce723f4f5295b4d6d615a5fdde7c81ce21c823 (patch)
tree6356822ce7e53a5129c448d884d7ec1571e1d7b9 /lt-qcom-debian-images/sdcard-dragonboard-410c.sh
parent20cce612dbbc3ad82ebf0d280690280e60bced8b (diff)
lt-qcom-debian-images: fix bootloader file names
A recent commit changed the name of the published files for the QCOM bootloaders packages. These files are used when we create images, but they were not updated accordingly. Change-Id: Ib1b93d90481fb56f818fd0ff8dd3e57297a36270 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'lt-qcom-debian-images/sdcard-dragonboard-410c.sh')
-rw-r--r--lt-qcom-debian-images/sdcard-dragonboard-410c.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lt-qcom-debian-images/sdcard-dragonboard-410c.sh b/lt-qcom-debian-images/sdcard-dragonboard-410c.sh
index 85998c9ce0..1d5b6bbcd8 100644
--- a/lt-qcom-debian-images/sdcard-dragonboard-410c.sh
+++ b/lt-qcom-debian-images/sdcard-dragonboard-410c.sh
@@ -32,9 +32,9 @@ git log -1
# Get SD bootloader package
BL_BUILD_NUMBER=`wget -q --no-check-certificate -O - https://ci.linaro.org/jenkins/job/lt-qcom-bootloader-dragonboard410c/lastSuccessfulBuild/buildNumber`
wget --progress=dot -e dotbytes=2M \
- http://builds.96boards.org/snapshots/dragonboard410c/linaro/rescue/${BL_BUILD_NUMBER}/dragonboard410c_bootloader_sd_linux-${BL_BUILD_NUMBER}.zip
+ http://builds.96boards.org/snapshots/dragonboard410c/linaro/rescue/${BL_BUILD_NUMBER}/dragonboard-410c-bootloader-sd-linux-${BL_BUILD_NUMBER}.zip
-unzip -d out dragonboard410c_bootloader_sd_linux-${BL_BUILD_NUMBER}.zip
+unzip -jd out dragonboard-410c-bootloader-sd-linux-${BL_BUILD_NUMBER}.zip
cp ${WORKSPACE}/out/boot-sdcard-${VENDOR}-${OS_FLAVOUR}-${PLATFORM_NAME}-${BUILD_NUMBER}.img.gz out/boot.img.gz
gunzip out/boot.img.gz