summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt-distro/recipes-qt/meta
Commit message (Collapse)AuthorAgeFilesLines
* Remove default expansion parameter from getVarv5.12.0-rcSamuli Piippo2018-11-212-6/+6
| | | | | | | | getVar defaults to expanding the variable, the second True parameter is unnecessary. Change-Id: Iafaf179c67ffedaba2946c078c1810a80198cf5e Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* qbsp: use correct version number for automotive qbspSamuli Piippo2018-11-081-1/+2
| | | | | Change-Id: I7bbe8fb4771d683fb536f99fc039cb489bcaf504 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* qbsp: update component namespaceSamuli Piippo2018-09-121-1/+1
| | | | | | | | qt.embedded is renamed to embedded, matching existing components in the online installer. Change-Id: I010f567d5f6fa09c269affe91cb5ec1943e0920a Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Update Qt license agreementSamuli Piippo2018-08-144-8/+8
| | | | | | | | | Include the latest Qt License Agreement version 4.0, as it's available in qtbase. Use the same filename as used in meta-qt5 layer, so this license will be used in all Qt recipes that use The-Qt-Company-Commercial license. Change-Id: Ic02eb2c6c6d210ad30ee6a65d23afaa5b8b68589 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Split meta-boot2qt layerSamuli Piippo2018-03-125-0/+208
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>