summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt/classes/qbsp.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* Use ABI flavor with QtCreatorSamuli Piippo2018-12-181-1/+2
| | | | | | | | | | | 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>
* Remove default expansion parameter from getVarv5.12.0-rcSamuli Piippo2018-11-211-2/+2
| | | | | | | | getVar defaults to expanding the variable, the second True parameter is unnecessary. Change-Id: Iafaf179c67ffedaba2946c078c1810a80198cf5e Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* QBSP: add Qt version to the QBSP file nameSamuli Piippo2018-10-301-2/+2
| | | | | Change-Id: I343ac6b008044d31ea97c436d34eaed5d6f94819 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* QBSP: add check for supported host systemSamuli Piippo2018-10-231-0/+2
| | | | | | | | | | Warn user if they try to use windows QBSP on a linux system or vice versa. Set package as Default, so they are selected automatically when using command line options, and disable components if host system is not compatible so that user cannot continue with the installation. Change-Id: I84d963b8faee00c6fbaa622cb7347606a18c7c6f Reviewed-by: Katja Marttila <katja.marttila@qt.io>
* Split meta-boot2qt layerSamuli Piippo2018-03-121-0/+174
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>