diff options
Diffstat (limited to 'scripts/upload.sh')
| -rwxr-xr-x | scripts/upload.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/upload.sh b/scripts/upload.sh index 1881a1f..f3124ee 100755 --- a/scripts/upload.sh +++ b/scripts/upload.sh | |||
| @@ -27,11 +27,7 @@ set -e | |||
| 27 | RELEASE=5.5 | 27 | RELEASE=5.5 |
| 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 [ ${MACHINE} = "nitrogen6x" ]; then | 30 | if [ ${MACHINE} = "emulator" ]; then |
| 31 | scp tmp/deploy/images/nitrogen6x/b2qt-embedded-image-boot-nitrogen6x.tar.gz ${UPLOADPATH}/b2qt-embedded-image-boot-iMX6.tar.gz | ||
| 32 | scp tmp/deploy/images/nitrogen6x/b2qt-embedded-image-nitrogen6x.tar.gz ${UPLOADPATH}/b2qt-embedded-image-iMX6.tar.gz | ||
| 33 | scp tmp/deploy/sdk/b2qt-glibc-x86_64-meta-toolchain-b2qt-embedded-sdk-*.sh ${UPLOADPATH}/b2qt-glibc-x86_64-arm-toolchain-iMX6.sh | ||
| 34 | elif [ ${MACHINE} = "emulator" ]; then | ||
| 35 | cp tmp/deploy/images/emulator/b2qt-embedded-image-emulator.hdd . | 31 | cp tmp/deploy/images/emulator/b2qt-embedded-image-emulator.hdd . |
| 36 | gzip b2qt-embedded-image-emulator.hdd -f | 32 | gzip b2qt-embedded-image-emulator.hdd -f |
| 37 | scp b2qt-embedded-image-emulator.hdd.gz ${UPLOADPATH}/ | 33 | scp b2qt-embedded-image-emulator.hdd.gz ${UPLOADPATH}/ |
