summaryrefslogtreecommitdiffstats
path: root/classes/populate_b2qt_qt5_sdk.bbclass
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2016-05-04 16:15:02 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2016-05-04 16:15:02 +0300
commit51a55da41a8cdd4f637a6c6cd44e1ac2ba74ae32 (patch)
treeb57ff35bf91a67fc0d6c3eb7831ed82f5f575c47 /classes/populate_b2qt_qt5_sdk.bbclass
parent61d552148d797866ed33a9cd5e56477873cf801d (diff)
parente3ef984ac6f5926d7a910eff33bafeb5da6c2ff0 (diff)
downloadmeta-boot2qt-51a55da41a8cdd4f637a6c6cd44e1ac2ba74ae32.tar.gz
Merge remote-tracking branch 'origin/fido' into dev
* origin/fido: automotive: update src uris after repos were opened colibri-vf: change partition alignment to 1M Make ABI selection more robust in configure-qtcreator.sh Conflicts: recipes-qt/automotive/neptune-ui_git.bb recipes-qt/automotive/qtapplicationmanager_git.bb recipes-qt/automotive/qtivi_git.bb Change-Id: I86763619f24b40e9ac62a8c1ae84acf4ffeb4be7
Diffstat (limited to 'classes/populate_b2qt_qt5_sdk.bbclass')
-rw-r--r--classes/populate_b2qt_qt5_sdk.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/populate_b2qt_qt5_sdk.bbclass b/classes/populate_b2qt_qt5_sdk.bbclass
index d6b2b10..ae88685 100644
--- a/classes/populate_b2qt_qt5_sdk.bbclass
+++ b/classes/populate_b2qt_qt5_sdk.bbclass
@@ -19,7 +19,7 @@
19## 19##
20############################################################################## 20##############################################################################
21 21
22inherit populate_b2qt_sdk populate_sdk_qt5_base 22inherit populate_b2qt_sdk populate_sdk_qt5_base abi-arch siteinfo
23 23
24SDK_MKSPEC_DIR = "${SDK_OUTPUT}${SDKTARGETSYSROOT}${libdir}/${QT_DIR_NAME}/mkspecs" 24SDK_MKSPEC_DIR = "${SDK_OUTPUT}${SDKTARGETSYSROOT}${libdir}/${QT_DIR_NAME}/mkspecs"
25SDK_MKSPEC = "devices/linux-oe-generic-g++" 25SDK_MKSPEC = "devices/linux-oe-generic-g++"
@@ -65,7 +65,7 @@ create_qtcreator_configure_script () {
65 # add qtcreator configuration script 65 # add qtcreator configuration script
66 install -m 0755 ${B2QTBASE}/scripts/configure-qtcreator.sh ${SDK_OUTPUT}/${SDKPATH} 66 install -m 0755 ${B2QTBASE}/scripts/configure-qtcreator.sh ${SDK_OUTPUT}/${SDKPATH}
67 sed -i -e '/^CONFIG=/c\CONFIG="${SDKPATH}/environment-setup-${REAL_MULTIMACH_TARGET_SYS}"' ${SDK_OUTPUT}/${SDKPATH}/configure-qtcreator.sh 67 sed -i -e '/^CONFIG=/c\CONFIG="${SDKPATH}/environment-setup-${REAL_MULTIMACH_TARGET_SYS}"' ${SDK_OUTPUT}/${SDKPATH}/configure-qtcreator.sh
68 sed -i -e '/^ABI=/c\ABI="${ARCH}-linux-generic-elf-${SITEINFO_BITS}bit"' ${SDK_OUTPUT}/${SDKPATH}/configure-qtcreator.sh 68 sed -i -e '/^ABI=/c\ABI="${ABI}-linux-generic-elf-${SITEINFO_BITS}bit"' ${SDK_OUTPUT}/${SDKPATH}/configure-qtcreator.sh
69} 69}
70 70
71create_qtcreator_configure_script_mingw32 () { 71create_qtcreator_configure_script_mingw32 () {