summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2018-02-01 10:47:02 +0200
committerMikko Gronoff <mikko.gronoff@qt.io>2018-02-05 10:17:31 +0200
commite91280bbcb99d7f4e3f79c2efe9c1fbc40b144fc (patch)
tree36b11f486cb876af80339d6b5d25e329a66127e3 /classes
parent1d3c81ea336f57add641e0fa3144de81af429f7e (diff)
parent07b4960e438f4eb772dde4d1ccac153785cf151e (diff)
downloadmeta-boot2qt-e91280bbcb99d7f4e3f79c2efe9c1fbc40b144fc.tar.gz
Merge remote-tracking branch 'origin/morty' into pyro
Automotive related changes left intact for pyro, as they require further work than just a basic merge due component branching differences etc. * origin/morty [MERGED]: qt5: don't build tests by default qbsp: fix replace tags quickcompiler: update to 5.9.4 release revision meta-qt5: update to Qt 5.9.4 RC meta-qt5: update to Qt 5.9.4 snapshot meta-qt5: update meta layer poky: update revision ppp: remove obsolete patch meta-qt5: update meta layer internal-build: prepend mirror variables qtdeviceutilities: update revision meta-qt5: update meta layer poky: update revision * origin/morty [NOT MERGED]: Fix license checksum due to incremented year number Update GammaRay revision multiscreen-demo: update revision and fix startup automotive: update revisions sdk: add qtapplicationmanger staticdev package qtivi: enable ivigenerator for toolchain appman: add dependency to nativesdk-qtdeclarative qtivi: Update to the latest version and add PACKAGECONFIG options for qtsimulator Changes not staged for commit: recipes-qt/automotive/gammaray_git.bb recipes-qt/automotive/multiscreen-demo_git.bb recipes-qt/automotive/qtapplicationmanager_git.bb recipes-qt/automotive/qtivi_git.bb recipes-qt/packagegroups/nativesdk-packagegroup-b2qt-automotive-qt5-toolchain-host.bb recipes-qt/packagegroups/packagegroup-b2qt-automotive-qt5-toolchain-target.bb Conflicts: recipes-qt/automotive/gammaray_git.bb recipes-qt/automotive/neptune-ui_git.bb recipes-qt/automotive/qtapplicationmanager_git.bb recipes-qt/automotive/qtivi_git.bb recipes-qt/qt5/qtdeviceutilities.bb recipes-qt/qt5/qtquickcompiler_git.bb scripts/manifest.xml Task-number: QTBUG-65164 Change-Id: I98fe358aaaf55a609dc34f7b8cc65525d493ff26
Diffstat (limited to 'classes')
-rw-r--r--classes/internal-build.bbclass4
-rw-r--r--classes/qbsp.bbclass2
2 files changed, 3 insertions, 3 deletions
diff --git a/classes/internal-build.bbclass b/classes/internal-build.bbclass
index 0f12a78..64c07bf 100644
--- a/classes/internal-build.bbclass
+++ b/classes/internal-build.bbclass
@@ -35,8 +35,8 @@ python enable_internal_build () {
35 return 35 return
36 36
37 e.data.setVar('ENABLE_QTQUICKCOMPILER', "1") 37 e.data.setVar('ENABLE_QTQUICKCOMPILER', "1")
38 e.data.setVar('SSTATE_MIRRORS', "file://.* http://yocto-cache.intra.qt.io/sstate-caches/${DISTRO_CODENAME}/PATH") 38 e.data.prependVar('SSTATE_MIRRORS', "file://.* http://yocto-cache.intra.qt.io/sstate-caches/${DISTRO_CODENAME}/PATH")
39 e.data.setVar('PREMIRRORS', "\ 39 e.data.prependVar('PREMIRRORS', "\
40 ftp://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \ 40 ftp://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \
41 http://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \ 41 http://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \
42 https://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \ 42 https://.*/.* http://yocto-cache.intra.qt.io/sources/ \n \
diff --git a/classes/qbsp.bbclass b/classes/qbsp.bbclass
index db70fc9..da790bf 100644
--- a/classes/qbsp.bbclass
+++ b/classes/qbsp.bbclass
@@ -84,7 +84,7 @@ patch_installer_files() {
84 -e "s#@RELEASEDATE@#${RELEASEDATE}#" \ 84 -e "s#@RELEASEDATE@#${RELEASEDATE}#" \
85 -e "s#@MACHINE@#${MACHINE}#" \ 85 -e "s#@MACHINE@#${MACHINE}#" \
86 -e "s#@SYSROOT@#${REAL_MULTIMACH_TARGET_SYS}#" \ 86 -e "s#@SYSROOT@#${REAL_MULTIMACH_TARGET_SYS}#" \
87 -e "s#@TARGET@#${TARGET_SYS}#" \ 87 -e "s#@TARGET_SYS@#${TARGET_SYS}#" \
88 -e "s#@ABI@#${ABI}#" \ 88 -e "s#@ABI@#${ABI}#" \
89 -e "s#@INSTALLPATH@#${QBSP_INSTALL_PATH}#" \ 89 -e "s#@INSTALLPATH@#${QBSP_INSTALL_PATH}#" \
90 -e "s#@SDKPATH@#${SDKPATH}#" \ 90 -e "s#@SDKPATH@#${SDKPATH}#" \