summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt/classes/populate_b2qt_qt5_sdk.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* Use ABI flavor with QtCreatorSamuli Piippo2018-12-181-1/+1
| | | | | | | | | | | QtCreator 4.8 allows adding new ABI flavors that can be used to differentiate otherwise identical tools. Using our own abi flavor prevents QtCreator from mixing incompatible tools with one from yocto toolchain. Task-number: QTAUTO-793 Change-Id: Ibba6e42b25e404aff2a20a021fe7833455f0de9b Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* sdk: fix linker flagsSamuli Piippo2018-11-011-1/+1
| | | | | | | | | Add back the target specific compiler flags to the LFLAGS. Task-number: QTBUG-71532 Change-Id: I1011abd6f5e33f2926db50c49475b70014c55616 Fixes: QTBUG-71532 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* sdk: remove unneeded compiler flagsSamuli Piippo2018-10-301-13/+8
| | | | | | | | TARGET_CFLAGS has compiler flags that are not required for the toolchain to work, but adds unnecessary complexity. Change-Id: I8532e7591a5bc85ff243b4e268ba3157b08202c8 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* cmake: fix cmake configurations for QtCreatorSamuli Piippo2018-10-301-3/+5
| | | | | | | | | | Include cmake and make as explicitly to the toolchain. Fix nativesdk-cmake compilation for mingw toolchain. Add CMake registration code to the QBSP installer scripts. Task-number: QTBUG-71315 Change-Id: If29e12d6ce24546ba8a834969b6f60e3216e6962 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* configure-qtcreator: Add CMake support for QtCreatorTuomas Heimonen2018-09-101-0/+11
| | | | | | | | Add CMake tool to QtCreator configure script Task-number: QTPM-766 Change-Id: I1105284c532fc872cb622781ef1b3ab8b02a478d Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Split meta-boot2qt layerSamuli Piippo2018-03-121-0/+92
Move distro specific recipes to own layer and leave only new recipes and bbclasses to meta-boot2qt layer. This makes it easier to include meta-boot2qt to your own distro layer to get access e.g., QDB and QBSP recipes that might be useful even without boot2qt distro. Task-number: QTBUG-65871 Change-Id: I6c353774dd1668b00f2d05aa262ad866b90bdef6 Reviewed-by: Timo Aarnipuro <timo.aarnipuro@qt.io>