summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt/classes/internal-build.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* renesas: support for RCar-3 D3 DRAAKSamuli Piippo2018-10-101-0/+4
| | | | | | | | | | | | | meta-renesas has support for the D3 Draak board only in version Renesas-Yocto-v2.22.0.1_D3 version. Other Renesas boards are already using more recent verions. Checkout the D3 specific version in a different directory, so that all Reneasas boards can be supported. renesas-rcar-gen3 repo has been updated with D3 drivers from D3_Linux_2.23.01_BSP_3D BSP package. Task-number: QTBUG-68925 Change-Id: If8283d31945b375ce4256a15132e185e0d676800 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Add QMLPreview and QtQuickTimeline modulesSamuli Piippo2018-03-221-1/+1
| | | | | | | | | | | | | 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>
* Split meta-boot2qt layerSamuli Piippo2018-03-121-0/+55
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>