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