summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt/classes
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2019-01-11 09:27:20 +0200
committerMikko Gronoff <mikko.gronoff@qt.io>2019-01-11 09:28:01 +0200
commit75e93a6ecb121d9aa0ee4aa986b3eef0dd20ea22 (patch)
tree9c50c69852153a629d6507925c198ab09502ee4d /meta-boot2qt/classes
parentff68de7e1d41b2cd81b0ffd16759d2c738554705 (diff)
parentb97117dfe83a5b73e8d27c6818902e0d1cfca7ba (diff)
downloadmeta-boot2qt-75e93a6ecb121d9aa0ee4aa986b3eef0dd20ea22.tar.gz
Merge remote-tracking branch 'origin/QtAS-5.12.0' into sumo
* origin/QtAS-5.12.0: b97117d automotive: update revisions 4281e5b automotive: update revisions b344daf automotive: update neptune 3 revision a143fbc Use ABI flavor with QtCreator 9ee5a7f QBSP: add correct cmake generator for windows toolchain 8fcf3a1 meta-qt5: update revision 0385367 Merge commit 'origin/sumo' into QtAS-5.12.0 9a57170 automotive: update revisions Conflicts: scripts/manifest.xml Change-Id: I3064a526fd7861ea1aa0ec9b42c016c74dbc23eb
Diffstat (limited to 'meta-boot2qt/classes')
-rw-r--r--meta-boot2qt/classes/populate_b2qt_qt5_sdk.bbclass2
-rw-r--r--meta-boot2qt/classes/qbsp.bbclass3
2 files changed, 3 insertions, 2 deletions
diff --git a/meta-boot2qt/classes/populate_b2qt_qt5_sdk.bbclass b/meta-boot2qt/classes/populate_b2qt_qt5_sdk.bbclass
index f35ebfe..6278d11 100644
--- a/meta-boot2qt/classes/populate_b2qt_qt5_sdk.bbclass
+++ b/meta-boot2qt/classes/populate_b2qt_qt5_sdk.bbclass
@@ -91,7 +91,7 @@ create_qtcreator_configure_script () {
91 # add qtcreator configuration script 91 # add qtcreator configuration script
92 install -m 0755 ${B2QTBASE}/files/configure-qtcreator.sh ${SDK_OUTPUT}/${SDKPATH} 92 install -m 0755 ${B2QTBASE}/files/configure-qtcreator.sh ${SDK_OUTPUT}/${SDKPATH}
93 sed -i -e '/^CONFIG=/c\CONFIG="${SDKPATH}/environment-setup-${REAL_MULTIMACH_TARGET_SYS}"' ${SDK_OUTPUT}/${SDKPATH}/configure-qtcreator.sh 93 sed -i -e '/^CONFIG=/c\CONFIG="${SDKPATH}/environment-setup-${REAL_MULTIMACH_TARGET_SYS}"' ${SDK_OUTPUT}/${SDKPATH}/configure-qtcreator.sh
94 sed -i -e '/^ABI=/c\ABI="${ABI}-linux-generic-elf-${SITEINFO_BITS}bit"' ${SDK_OUTPUT}/${SDKPATH}/configure-qtcreator.sh 94 sed -i -e '/^ABI=/c\ABI="${ABI}-linux-poky-elf-${SITEINFO_BITS}bit"' ${SDK_OUTPUT}/${SDKPATH}/configure-qtcreator.sh
95} 95}
96 96
97create_qtcreator_configure_script_sdkmingw32 () { 97create_qtcreator_configure_script_sdkmingw32 () {
diff --git a/meta-boot2qt/classes/qbsp.bbclass b/meta-boot2qt/classes/qbsp.bbclass
index fbfd266..d61e12b 100644
--- a/meta-boot2qt/classes/qbsp.bbclass
+++ b/meta-boot2qt/classes/qbsp.bbclass
@@ -27,7 +27,7 @@
27## 27##
28############################################################################ 28############################################################################
29 29
30inherit meta nopackages abi-arch 30inherit meta nopackages abi-arch siteinfo
31 31
32FILESEXTRAPATHS_prepend := "${B2QTBASE}/files/qbsp:" 32FILESEXTRAPATHS_prepend := "${B2QTBASE}/files/qbsp:"
33 33
@@ -87,6 +87,7 @@ patch_installer_files() {
87 -e "s#@SYSROOT@#${REAL_MULTIMACH_TARGET_SYS}#" \ 87 -e "s#@SYSROOT@#${REAL_MULTIMACH_TARGET_SYS}#" \
88 -e "s#@TARGET_SYS@#${TARGET_SYS}#" \ 88 -e "s#@TARGET_SYS@#${TARGET_SYS}#" \
89 -e "s#@ABI@#${ABI}#" \ 89 -e "s#@ABI@#${ABI}#" \
90 -e "s#@BITS@#${SITEINFO_BITS}#" \
90 -e "s#@INSTALLPATH@#${QBSP_INSTALL_PATH}#" \ 91 -e "s#@INSTALLPATH@#${QBSP_INSTALL_PATH}#" \
91 -e "s#@SDKPATH@#${SDKPATH}#" \ 92 -e "s#@SDKPATH@#${SDKPATH}#" \
92 -e "s#@SDKFILE@#${SDK_NAME}#" \ 93 -e "s#@SDKFILE@#${SDK_NAME}#" \