| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Thud branch is missing some of the fixes required for cmake, so use
sha1 from master branch. This needs a fix for for nativesdk-qtbase as
mingw64 headers have conflict depending on which order time.h and
pthread.h are included, causing error:
"qdatetime.cpp: error: 'localtime_r' was not declared in this scope"
Change-Id: Ie3faf69302594c1bead3bd0a5cc4bb2205c587ea
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
If static libs are compiled with lto and tried to be used
on a Window host, the linker will fail with error:
"plugin needed to handle lto object"
Fixed: QTBUG-71749
Change-Id: I8811faca15307d82173b6ee9e5ffca1114898cd9
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GCC7 does not support LTO with mingw, which means we cannot use
the ltcg option when cross-compiling on Windows host.
Update upstream patch that disables ltcg for host_builds and extend
it for builds on Windows hosts.
Task-number: QTBUG-71596
Fixes: QTBUG-71596
Change-Id: I8ab7ec36f964c95c2189a77bdde6e08bd2817234
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
|
|
|
|
|
|
| |
And build qt3d with the gamepad support enabled. QtGamePad depends
on libsdl2 which needs adjustment to build without x11.
Change-Id: I03e42136ab4d50d66b0d95f14ad8f21922e03477
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
|
|
|
|
|
| |
LTCG is already disabled in QtWebEngine code, no need to override here.
Change-Id: I85d2985672e9a1d73a3cccc55293f3a8ded68d6d
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
changes available in upstream:
meta-qt5:
75e2d3a2e3888c06c1da74f3f6ab82882f450064
poky:
39e0d1f0e4e3afe8e7032bb462d21f2e6f8b714e
8be26d5833cea0d221d85a3502bbc11641209701
Change-Id: Ibb3c96ce60e79272fd3a273db772bd3940dc7551
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
Change-Id: Ibbc48b9d8dd0c41966e8acb71e065122ee36719f
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
|
|
|
|
|
|
|
|
| |
Re-enable building qtbase and rest of the modules with Link Time Optimization
that significantly improves performance and reduces binary sizes. Exclude it
from QtWebEngine, as it produces unstable binaries for ARM.
Task-number: QTBUG-68688
Change-Id: Ic2448229b878c5b16febf4773dba6c52f5983fd5
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
|
|
|
|
|
|
|
|
| |
All u-boot scripts updated and one added for colibri-imx6ull.
Colibri-imx6ull supports tezi, but has same size limitation
as colibri-imx7.
Task-number: QTBUG-70052
Change-Id: Ia05f15c27ceff2b643470c08c3c1be6ace209fb4
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
|
|
|
|
|
|
|
|
| |
Ltcg creates currently unusable qwebengine binaries for arm.
Task-number: QTBUG-69808
Change-Id: I60d47f63295c3f1b6d8031e9ca768c08e3898e88
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Provides support for Toradex Apalis iMX8 and
NXP i.MX 8QMax LPDDR4 validation board.
Use Beta2 release from meta-fsl-bsp-release
Task-number: QTBUG-64714
Change-Id: I0d1edec66f7d64aaeda823c4d6bd675209ae787c
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Reviewed-by: Timo Aarnipuro <timo.aarnipuro@qt.io>
|
|
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>
|