summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt-distro/recipes-devtools
Commit message (Collapse)AuthorAgeFilesLines
* cmake: fix cmake configurations for QtCreatorSamuli Piippo2018-10-301-0/+36
| | | | | | | | | | Include cmake and make as explicitly to the toolchain. Fix nativesdk-cmake compilation for mingw toolchain. Add CMake registration code to the QBSP installer scripts. Task-number: QTBUG-71315 Change-Id: If29e12d6ce24546ba8a834969b6f60e3216e6962 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* gcc: remove .bbappendMikko Gronoff2018-10-101-33/+0
| | | | | | | | | Remove obsolete gcc-sanitizers .bbappend. Changes available via poky (sumo) commit: b46caed47b0f74520cd9280bbe3e3676d9a19046 gcc-sanitizers: Update supported architectures Change-Id: I6110977c3a5bc800a258dd128d291b1864504b99 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* binutils: remove .bbappendMikko Gronoff2018-10-091-30/+0
| | | | | | | | | | Remove obsolete LDGOLD_sdkmingw32 append. Upstreamed fix available via poky (sumo) commit: 2c8cc36f240fca72b84d2b9cabb82faf2fa7f810 binutils: apply mingw fix only for binutils-cross-canadian Change-Id: I5189a2075e421ef0a42273f33900770f32b20de4 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* poky: update to 2.5 branch (sumo)Mikko Gronoff2018-09-281-0/+0
| | | | | | | | | | | | | | | | | 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>
* Add gcc-sanitizer libraries ("address" and "undefined behavior")Sami Nurmenniemi2018-06-041-0/+33
| | | | | | Change-Id: Ia916859abd601a7a0215acfadb71b4fe1d91358f Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Split meta-boot2qt layerSamuli Piippo2018-03-127-0/+175
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>