summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt/files
Commit message (Collapse)AuthorAgeFilesLines
* QBSP: add check for supported host systemSamuli Piippo2018-10-235-1/+63
| | | | | | | | | | 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>
* configure-qtcreator: Add CMake support for QtCreatorTuomas Heimonen2018-09-101-1/+11
| | | | | | | | Add CMake tool to QtCreator configure script Task-number: QTPM-766 Change-Id: I1105284c532fc872cb622781ef1b3ab8b02a478d Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Merge remote-tracking branch 'origin/morty' into pyroSamuli Piippo2018-05-091-26/+1
| | | | | | | | | | * origin/morty: poky, meta-mingw: update to latest revision in morty branch qtdeviceutilities: update to latest version Add product name and Qt version to image conf Revert "Add appman versions of Kit and Qt to creator" Change-Id: I3c0e48b7c9202a7b0081f3c56966af3283cf2650
* Split meta-boot2qt layerSamuli Piippo2018-03-127-0/+936
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>