summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt
Commit message (Collapse)AuthorAgeFilesLines
* Add QMLPreview and QtQuickTimeline modulesSamuli Piippo2018-03-223-1/+89
| | | | | | | | | | | | | The Timeline and the QML live preview are introduced as part of the Qt Quick Designer NG project/initiative. Since the sources are not available publicly, modules are included in the image only when building internally in Qt Company network, where it's assumed that user has access to the private repos in codereview. Task-number: QTBUG-67140 Change-Id: I822d527ff132e89a8c3205e267a88c60c50fb387 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* boot2qt-demos: update all modules to latest in 5.11 branchMikko Gronoff2018-03-221-13/+13
| | | | | | | | | | Includes a few typo fixes & other minor things. The current SHA1s are from 5.6/5.7 era, refreshing these as a generic cleanup of recipes. Task-number: QTBUG-67205 Change-Id: I2f3938526dec1922ee6fc4a43817ce8b77df0331 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qtwebbrowser: update revisionSamuli Piippo2018-03-201-2/+2
| | | | | | Task-number: QTBUG-66736 Change-Id: I7d711803f1958df1be3b68ec4258bb197544dfff Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Rename recipesSamuli Piippo2018-03-1232-7/+3
| | | | | | | | Add _git postfix to recipes which use sources from git and rename recipes to match their git repositories Change-Id: Idc67d136f280c7d224d586f79c5e7ce6f7e20fa2 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Split meta-boot2qt layerSamuli Piippo2018-03-12111-0/+12306
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>