diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-11-26 09:16:51 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2015-11-26 13:22:46 +0000 |
commit | 2d38696639313c2309f7b90c3262f4513d5aa42b (patch) | |
tree | c82c981fbf773da949d0adc913b4a085668fc3b5 /scripts | |
parent | 5a98998f7a98111ab1963ba4be26a974ea608929 (diff) | |
download | meta-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-x | scripts/upload.sh | 8 |
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 | |||
27 | RELEASE=5.6 | 27 | RELEASE=5.6 |
28 | UPLOADPATH=QT@ci-files02-hki.ci.local:/srv/jenkins_data/enterprise/b2qt/yocto/${RELEASE}/ | 28 | UPLOADPATH=QT@ci-files02-hki.ci.local:/srv/jenkins_data/enterprise/b2qt/yocto/${RELEASE}/ |
29 | 29 | ||
30 | if [ ${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 | ||
36 | fi | ||
37 | |||
30 | if [ ${MACHINE} = "emulator" ]; then | 38 | if [ ${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 |