summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt-distro/recipes-qt/qt5/qtbase_git.bbappend
Commit message (Collapse)AuthorAgeFilesLines
* meta-qt5: update meta layerMikko Gronoff2019-01-101-1/+1
| | | | | | | | | | | | | | | | | | | First snapshot of 5.12.1 branch & other updates: f705a8a qtsystems: update submodule 9c6ce81 qt5: cleanup mkspecs 5ebd582 qt5: update submodules 2f0b002 Merge remote-tracking branch 'qtyocto/upstream/master' into 5.12 475da47 qt3d-runtime: update to v2.2 c320af0 nativesdk-qtbase: remove packaging QA issue fix 9fc65c0 qtwebengine: Configure Ninja to honor PARALLEL_MAKE 010a29e qmllive: add new recipe f227502 python-pyqt5: MAKEFLAGS pass -j 1 via MAKEFLAGS during do_install fe453ec packagegroup-qt5-toolchain-target: Skip qtwebkit if opengl not found 18f82a8 python-pyqt5: Disable parallel install Change-Id: I8869107d56ae255d22894a4f1f1ee0a6907e6131 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qtbase: update Disable-ltcg-for-host_build.patchMikko Gronoff2019-01-081-0/+1
| | | | | | | | | This patch was accidentally left out when upstream patch changed patch number and patch names did not match anymore. Reworked patch to be applied on top of upstream patch instead of replacing it. Change-Id: I880669132ec7e57d9784964f935f43249de15821 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qtbase: update .bbappendMikko Gronoff2018-10-151-1/+0
| | | | | | | | freetype added as default in meta-qt5 commit: 333949a8239dfa7788b35f1059614733e11a6a25 Upgrade to Qt 5.8 Change-Id: Ie9da6a119bf44cc5f9fc9582970920943b633147 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qtbase, mesa: remove gbm related bbappendsMikko Gronoff2018-10-091-3/+0
| | | | | | | | | | | | | changes available in upstream: meta-qt5: 75e2d3a2e3888c06c1da74f3f6ab82882f450064 poky: 39e0d1f0e4e3afe8e7032bb462d21f2e6f8b714e 8be26d5833cea0d221d85a3502bbc11641209701 Change-Id: Ibb3c96ce60e79272fd3a273db772bd3940dc7551 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qtbase: enable harfbuzzSamuli Piippo2018-10-031-0/+1
| | | | | | | | | Start using harfbuzz-ng instead of the very old harfbuzz that Qt defaults to when -no-harfbuzz configure option is used. Task-number: QTBUG-70277 Change-Id: I136bf062cf73a82a7743ce422369df4ec0873bf0 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
* qt5: Enable Link Time OptimizationSamuli Piippo2018-07-031-0/+4
| | | | | | | | | Build qtbase and rest of the modules with Link Time Optimization that significantly improves performance and reduces binary sizes. Task-number: QTBUG-68688 Change-Id: Ia6b73b063c65a719549b26adaf1d67f94cae65a6 Reviewed-by: Kari Oikarinen <kari.oikarinen@qt.io>
* meta-qt5: update layerMikko Gronoff2018-06-281-1/+2
| | | | | | | | | | | | * Includes merged commits from upstream/master & new recipe for Qt3DStudio runtime libraries * gsteamer1.0-plugins-bad appends added to meta-boot2qt-distro specific bbappend as plugins-bad was moved to plugins-good as upstream/master is built against poky (sumo) and we're still at pyro branch. * qtbase bbappend updated with new getentropy packageconfig. Change-Id: I612040526fa73ba8866187c0f6931b2194444b9a Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Split meta-boot2qt layerSamuli Piippo2018-03-121-0/+64
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>