summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt-distro/conf/machine
Commit message (Collapse)AuthorAgeFilesLines
* qemuarmv7: add KMACHINE configSamuli Piippo2018-12-051-0/+2
| | | | | | | | Otherwise kernel build fails with error: Could not locate BSP definition for qemuarmv7/standard and no defconfig was provided. Change-Id: Ibca0b104b34e70cc22b51f7e22015b55da25cb1b Reviewed-by: Sami Nurmenniemi <sami.nurmenniemi@qt.io>
* emulator: adapt to sumoSamuli Piippo2018-09-281-1/+4
| | | | | | | | - Use WIC for image creation - Update VirtualBox components Change-Id: I48d76906a66477ec844cbdc37c919079a9bd949b Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Split meta-boot2qt layerSamuli Piippo2018-03-122-0/+60
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>