summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt-distro/conf/distro/include/nitrogen6x.conf
Commit message (Collapse)AuthorAgeFilesLines
* Remove opencv includesSamuli Piippo2018-12-191-1/+0
| | | | | | | | | There's no need to include opencv in these two particular machines. If ever required, consider including them in packageconfigs for all targets. Change-Id: I77bf162855412a9e8c84885c00a2dcb7a0dce63e Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
* poky: update to 2.5 branch (sumo)Mikko Gronoff2018-09-281-19/+20
| | | | | | | | | | | | | | | | | Update yocto from 2.3.4 (pyro) to 2.5.1 (sumo): - Update poky, meta-openembedded & meta-mingw to sumo branch - update image classes (obsolete IMAGE_DEPENDS definitions) - Update bbappends under meta-boot2qt-distro - Update meta-*-extras layers bbappends & patches All recipes related to nitrogen6x are fixed here, but this depends on follow up commits to work correctly. Task-number: QTBUG-68681 Change-Id: Ic5802c5c1a3989bed746f96f8cf173743ec755bb Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Split meta-boot2qt layerSamuli Piippo2018-03-121-0/+87
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>