summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2015-11-26 09:16:51 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2015-11-26 13:22:46 +0000
commit2d38696639313c2309f7b90c3262f4513d5aa42b (patch)
treec82c981fbf773da949d0adc913b4a085668fc3b5 /scripts
parent5a98998f7a98111ab1963ba4be26a974ea608929 (diff)
downloadmeta-boot2qt-2d38696639313c2309f7b90c3262f4513d5aa42b.tar.gz
upload automotive toolchain and image
Change-Id: If7a925c688c99d3af1f864c24b187df2beacf709 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upload.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/upload.sh b/scripts/upload.sh
index 8ebbdd5..bbaf966 100755
--- a/scripts/upload.sh
+++ b/scripts/upload.sh
@@ -27,6 +27,14 @@ set -e
27RELEASE=5.6 27RELEASE=5.6
28UPLOADPATH=QT@ci-files02-hki.ci.local:/srv/jenkins_data/enterprise/b2qt/yocto/${RELEASE}/ 28UPLOADPATH=QT@ci-files02-hki.ci.local:/srv/jenkins_data/enterprise/b2qt/yocto/${RELEASE}/
29 29
30if [ ${AUTOMOTIVE} = "true" ]; then
31 scp tmp/deploy/sdk/b2qt-glibc-x86_64-meta-toolchain-b2qt-embedded-qt5-sdk-*.sh ${UPLOADPATH}/b2qt-x86_64-automotive-toolchain-${MACHINE}.sh
32 if [ -e tmp/deploy/images/${MACHINE}/b2qt-automotive-qt5-image-${MACHINE}.sdcard ]; then
33 scp tmp/deploy/images/${MACHINE}/b2qt-automotive-qt5-image-${MACHINE}.sdcard ${UPLOADPATH}/b2qt-automotive-qt5-image-${MACHINE}.img
34 fi
35 exit 0
36fi
37
30if [ ${MACHINE} = "emulator" ]; then 38if [ ${MACHINE} = "emulator" ]; then
31 cp tmp/deploy/images/emulator/b2qt-embedded-image-emulator.hdd . 39 cp tmp/deploy/images/emulator/b2qt-embedded-image-emulator.hdd .
32 gzip b2qt-embedded-image-emulator.hdd -f 40 gzip b2qt-embedded-image-emulator.hdd -f