summaryrefslogtreecommitdiffstats
path: root/classes/populate_b2qt_sdk.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* Split meta-boot2qt layerSamuli Piippo2018-03-121-62/+0
| | | | | | | | | | | 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>
* Add 7z dependency to correct taskSamuli Piippo2017-08-181-1/+1
| | | | | | | | do_populate_sdk failed if host did not have 7zr, since the dependency for the native build was added to from task. Change-Id: I98e52a373e29bc875db4c4a90b7c548589dc1fbb Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Add dependency to p7zip-nativeSamuli Piippo2017-05-021-0/+2
| | | | | | | | Instead of depending on 7z from host, build it natively where needed. Change-Id: Ic15f607d0eb10c6f0af01134be3236c577aeb2bb Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Use 7zr instead of the full 7z binarySamuli Piippo2017-01-021-1/+1
| | | | | | | | 7zr is already available is some distros without need to install additional utils. Change-Id: Iabcbf98b3db66d04ab7c16b3316d6ff309ec90cc Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* mingw: skip symlinks pointing to directoriesSamuli Piippo2016-09-121-4/+1
| | | | | | | | | gphoto2 has a infinite loop caused by a symlink, which breaks the mingw toolchain creation. Instead of adding more checks, skip all directories. Change-Id: Iec4fb96da12874dcc4939ca8a8af1f956ef3d164 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Update license headersSamuli Piippo2016-05-181-7/+15
| | | | | | | License changed to GPLv3 + Commercial Change-Id: I267c97216e717ed29071df064337e1bcf83de973 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Replace symlinks in copied folders.David Schulz2016-02-231-3/+5
| | | | | Change-Id: Idb8548b8f375e56b03b87de000269dd9fd43cb55 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Replace all symlinks in the target sysroot for mingw hosts.David Schulz2016-02-191-8/+18
| | | | | Change-Id: I0a7b95ac2940e4a29112e70c7b29870eb6a6be39 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Update license headersSamuli Piippo2016-02-091-14/+13
| | | | | Change-Id: Iabcf736e6f4ae2149b57c84ebdc8b5b1be82023d Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Use 7Zip instead of zip to create the sdk packages.David Schulz2016-02-041-3/+1
| | | | | | | Reduces the package size signifivcantly. Change-Id: I127a37466fa4d5f4cd1e123fbb9b3b4e7bb56ca6 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
* Fix up toolchain packaging for Windows hostsDavid Schulz2016-01-141-0/+46
Change-Id: Idb7af9308e702b4ef5f26e6423cfa270f8c036e5 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>