summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt/recipes-devtools/virtualbox
Commit message (Collapse)AuthorAgeFilesLines
* emulator: adapt for yocto thud upgradeMikko Gronoff2019-02-012-5/+7
| | | | | | | | | | * update virtualbox recipes 5.2.18 -> 5.2.26 as older one does not build against new 4.18.14 kernel coming from yocto thud * rename CONFIG_UPROBE_EVENT -> CONFIG_UPROBE_EVENTS kernel config to match new naming scheme Change-Id: Ida4b14438ead2d4d0544a9c0fdec435a7a29ad74 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* emulator: adapt to sumoSamuli Piippo2018-09-282-8/+10
| | | | | | | | - 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-124-0/+156
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>