summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt-distro/recipes-qt/qt5/nativesdk-qtbase_git.bbappend
Commit message (Collapse)AuthorAgeFilesLines
* nativesdk-qtbase: fix packaging QA issueMikko Gronoff2018-12-121-1/+5
| | | | | | | | | | | | | | | | | nativesdk-qtbase_git.bb had a line removed in meta-qt5 commit "3224b02 nativesdk-qtbase: use default PACKAGES" that causes following error: ERROR: nativesdk-qtbase-5.11.2+gitAUTOINC+b0dce506cc-r0 do_package: QA Issue: nativesdk-qtbase: Files/directories were installed but not shipped in any package: /opt/poky/2.3.4/sysroots/x86_64-pokysdk-linux/usr/share /opt/poky/2.3.4/sysroots/x86_64-pokysdk-linux/usr/share/cmake /opt/poky/2.3.4/sysroots/x86_64-pokysdk-linux/usr/share/cmake/OEToolchainConfig.cmake.d /opt/poky/2.3.4/sysroots/x86_64-pokysdk-linux/usr/share/cmake/OEToolchainConfig.cmake.d/OEQt5Toolchain.cmake Moved fix from meta-qt5 to meta-boot2qt to reduce delta between meta-qt5 and upstream. Change-Id: I452a10db11aa63e42104d159d810fee5b407dda1 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Split meta-boot2qt layerSamuli Piippo2018-03-121-0/+44
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>