summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2017-08-11 10:01:41 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2017-08-11 10:01:41 +0300
commitb7e25e0611a20d59811cdd9f22a64875c4fb7a79 (patch)
tree5ab7905f41e51eaca97e2b369f322250167ff936 /scripts
parent5fe807f9cecfb5567eec620c7c10f71210aafa48 (diff)
parent8c13aef478448114a8fe0ac112e26b59d7ad03d4 (diff)
downloadmeta-boot2qt-b7e25e0611a20d59811cdd9f22a64875c4fb7a79.tar.gz
Merge remote-tracking branch 'origin/morty' into pyro
* origin/morty: qtivi: Use the latest version from 'dev' python3-virtualenv: Add a recipe for python3-virtualenv python3: Remove the multilib patch qtivi: Add a PACKAGECONFIG option for dlt qtivi: Use the option of the new configure system qtivi: Restructure the recipe according to the OE style guide Fix qdb connection meta-qt5: update to Qt 5.9.1 RC3 meta-qt5: update to Qt 5.9.1 RC2 Enable sound on raspberrypi meta-qt5: update to Qt 5.9.1 RC rpi: update meta-raspberrypi layer to latest morty branch Use actual Qt version for upload location qbsp: use correct creator type names for qdb plugin meta-qt5: update to Qt 5.9.1 Change-Id: I612e758baf79552b6478b3b85bcbd389a43f95a6
Diffstat (limited to 'scripts')
-rw-r--r--scripts/manifest.xml2
-rwxr-xr-xscripts/upload.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/manifest.xml b/scripts/manifest.xml
index 4ea0f90..e7e6624 100644
--- a/scripts/manifest.xml
+++ b/scripts/manifest.xml
@@ -48,7 +48,7 @@
48 groups="notdefault,external,ti"/> 48 groups="notdefault,external,ti"/>
49 <project name="meta-raspberrypi" 49 <project name="meta-raspberrypi"
50 remote="yocto" 50 remote="yocto"
51 revision="cce6292e41493158c26f5b1b7fded97faacf10d7" 51 revision="380bf2ff445c2049bdea15f3bb36e8cb36540345"
52 path="sources/meta-raspberrypi" 52 path="sources/meta-raspberrypi"
53 groups="notdefault,external,rpi"/> 53 groups="notdefault,external,rpi"/>
54 <project name="meta-intel" 54 <project name="meta-intel"
diff --git a/scripts/upload.sh b/scripts/upload.sh
index 92256cb..cb94719 100755
--- a/scripts/upload.sh
+++ b/scripts/upload.sh
@@ -31,7 +31,7 @@
31set -x 31set -x
32set -e 32set -e
33 33
34RELEASE=5.10 34RELEASE=$(grep PV ../sources/meta-qt5/recipes-qt/qt5/qt5-git.inc | grep -o [0-9.]*)
35UPLOADPATH=QT@ci-files02-hki.ci.local:/srv/jenkins_data/enterprise/b2qt/yocto/${RELEASE}/ 35UPLOADPATH=QT@ci-files02-hki.ci.local:/srv/jenkins_data/enterprise/b2qt/yocto/${RELEASE}/
36UPLOADS="\ 36UPLOADS="\
37 tmp/deploy/images/${MACHINE}/b2qt-${PROJECT}-qt5-image-${MACHINE}.7z \ 37 tmp/deploy/images/${MACHINE}/b2qt-${PROJECT}-qt5-image-${MACHINE}.7z \