| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|