summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt-distro/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
* cmake: fix cmake configurations for QtCreatorSamuli Piippo2018-10-301-0/+31
| | | | | | | | | | 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>
* rng-tools: update rng-tools .bbappendMikko Gronoff2018-10-141-17/+2
| | | | | | | | | | | | | | | | | poky(sumo) has now a systemd service file with appropriate installation in recipe, but the rngd.service file itself is still broken using /dev/urandom as a RNG_DEVICE. Update bbappend, leaving fixed rngd.service file override in place. poky commit where systemd service added: b5fc88b3d35cc97c357ade91f0c9f376e3aed1cf rng-tools: add systemd service file init script (leaving systemd broken) was fixed in poky with commit: b3b7ee4097b42b06f92127ca98663a96284ee185 rng-tools: Fix crazy defaults Change-Id: I3330718543fd68dd9102d3f4ed3479c23d254321 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Split meta-boot2qt layerSamuli Piippo2018-03-122-0/+54
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>