- Jun 15, 2022
-
-
Change-Id: Ib4777a5bb1adf9c82ab955a37e1fe8d717ce04ad Reviewed-by:
Pasi Petäjäjärvi <pasi.petajajarvi@qt.io> (cherry picked from commit 5fc83ec5) Reviewed-by:
Samuli Piippo <samuli.piippo@qt.io>
-
- Jun 06, 2022
-
-
Samuli Piippo authored
... and make sure overlay_map.dts is included, which was not picked by the command line update script. Fixes: QTBUG-103803 Fixes: QTBUG-103274 Change-Id: I8410fc6fa13ff20eb90a934933eddcce095b0b06 Reviewed-by:
Pasi Petäjäjärvi <pasi.petajajarvi@qt.io> (cherry picked from commit d6c66c64) Reviewed-by:
Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-
- Jun 03, 2022
-
-
Samuli Piippo authored
PACKAGE_EXCLUDE_COMPLEMENTARY takes regular expression to exclude complementary -dev and -dbg packages. Update list to exclude all Qt current modules. Any Qt package that get debian autorenamed is likely to be renamed to libqt6*, which needs to be excluded separately since the regexs works only against the final package name. Change-Id: I10b39eb04e2951e7a22a7462e17fa42fc0cc0497 Reviewed-by:
Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
-
Samuli Piippo authored
and latest meta-openembedded. Change-Id: I7fcb2f0ddc659e54732df806ce2b99c663195e04 Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
- Jun 02, 2022
-
-
Pasi Petäjäjärvi authored
As 7b0817669a356a268d0b87d2ade4de5f817c7f01 introduced new variable to control commercial modules inclusion, here it was forgotten. Change-Id: Iabf7393cab435667ab3e5f284479b9d149a97c7c Reviewed-by:
Samuli Piippo <samuli.piippo@qt.io>
-
- May 31, 2022
-
-
Samuli Piippo authored
WebEngine and gold linker are not supported on mips or riscv. Change-Id: I8628b9896bae02049bac2497459f661fc31d70ae Reviewed-by:
Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
-
Samuli Piippo authored
gcc-sanitizers are not always supported, we must not include them either into the image or the SDK otherwise. Change-Id: I8eccee355d426501a31d9c44fcf9725935a1959a Reviewed-by:
Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
-
Samuli Piippo authored
Correctly map riscv architectures to QtCreator ABI, and downgrade error for unknown architectures. Change-Id: I77b2329ccc1b36e361a1bab09fb2a4dc2b921325 Reviewed-by:
Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
-
- May 25, 2022
-
-
Samuli Piippo authored
Add recipe for flite and use it as a backend for QtSpeech. Task-number: QTBUG-102978 Change-Id: Iefd9d3819e9e9e94f46abee19145d0685b23e1ee Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
- May 24, 2022
-
-
Samuli Piippo authored
Add recipe for libtomcrypt and build QtVNCServer with it. Task-number: QTBUG-102979 Change-Id: Ib2e832e5d991ab5d482429a1ea2f21d12355306a Reviewed-by:
Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
-
- May 20, 2022
-
-
Samuli Piippo authored
Switch to using QT_COMMERCIAL_MODULES variable that enabled all commercial modules, including qmlcompiler. Pick-to: 6.3 6.2 Change-Id: Ic04acdec5d91cde90ebd379d8e566447679a801e Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
Mikko Gronoff authored
Pick-to: 6.3 Change-Id: I37f3fbdb664550116cb367a48185b060d16b002e Reviewed-by:
Samuli Piippo <samuli.piippo@qt.io>
-
Pasi Petäjäjärvi authored
Change-Id: I39e74e720bfdb07e54d8abbd48d0b2c4999ad8fc Reviewed-by:
Samuli Piippo <samuli.piippo@qt.io>
-
- May 13, 2022
-
-
Samuli Piippo authored
... if we are using Qt from the dev branch. This makes the installer dependencies work correctly. Fixes: QTBUG-103451 Change-Id: I663f6199f4f5b30964cdb27476769b9b88582161 Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
- May 10, 2022
-
-
Samuli Piippo authored
Change-Id: I0301d3c34bda29ffb15d6af8ce87705032143b3a Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
Samuli Piippo authored
Switch to latest revisions from kirkstone branches. Change-Id: I2fc65087fa4b5405340c8e411736b8d5c93dc949 Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
- May 03, 2022
-
-
Samuli Piippo authored
There is no libgles3 library available, but mesa has the headers in a separate package. Add dependency so that libgles2 pull also the libgles3 headers. This was previously in oe-core, but got removed. Change-Id: I72a844ecd93e4b86ae52882a806e49698cee5932 Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
Samuli Piippo authored
Raspberrypi kernel recipes has been converted to use config fragments. Pick-to: 6.3 6.2 Change-Id: Id535a4ef17dd7ab8a4d4e7c05ed710fd3d835dd3 Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
Samuli Piippo authored
Configure upstream hash equivalence server when using internal sstate cache. Pick-to: 6.3 6.2 Change-Id: I56a939e7d22b6778236774939442277a8c4bd0a4 Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
Samuli Piippo authored
The CI specific configuration are already defined in meta-qt6 layer. Use those instead of duplicating them here. This will enabled use of shared Hash Equivalence server and DL_DIR. Pick-to: 6.3 6.2 Change-Id: I3beb9325fa29b07d57447e9fa13c2ba64bf3553e Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
- Apr 12, 2022
-
-
Jani Heikkinen authored
Newest version is 4.4.1 so update it in the git as well Task-number: QTBUG-101714 Change-Id: I206a75f346cfc7d34f75f28fefa001f4a3c1207f Reviewed-by:
Samuli Piippo <samuli.piippo@qt.io> (cherry picked from commit 328c1fd6) Reviewed-by:
Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-
- Apr 08, 2022
-
-
Samuli Piippo authored
We currently don't utilize the ptest packages in anyway, so skip building them by default. For Q modules, the ptest can be also enabled using QT_PTEST_ENABLED. Pick-to: 6.3 6.2 Change-Id: Iae2be194c7228fbf8e719f2a6ad2033321479e33 Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
- Mar 29, 2022
-
-
Samuli Piippo authored
The gpl PACKAGECONFIG was short lived and has already been removed in oe-core. This reverts commit 50e686a1. Change-Id: Ieea5f3c19c46b1f708260498d27219c90f2c91e1 Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
Samuli Piippo authored
Use append instead of += to keep the weak assignments done in oe-core. Change-Id: Ib10d10777e9b2c41f78267cf1878909ce33e2549 Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
Samuli Piippo authored
Update all meta layers to latest revisions from master branches. Fixes builds for raspberrypi and all armv7 targets. Change-Id: I338697873f6352211153cdf20a5e4921f2c8a1b2 Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
- Mar 22, 2022
-
-
Samuli Piippo authored
Changes have been merged in oe-core. Change-Id: I24b06505b6acc7e9df845f5596a4b97fdeb43a65 Reviewed-by:
Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
-
Samuli Piippo authored
Update all meta layers to latest revisions from master branches. Change-Id: I71e96e6bacc7b4c4f0d633b4660283fc99c56c9b Reviewed-by:
Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
-
- Mar 17, 2022
-
-
Samuli Piippo authored
Toradex boot sequence wants to have the boot partition mounted in /boot. Pick-to: 6.3 6.2 Change-Id: I6fe8047fb27745c1d2ed4badbbb406b1cca1f80e Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
Samuli Piippo authored
Update all meta layers to latest revisions from master branches. Change-Id: Ic8ca842566fd7dbcfa1531208b9daea937061d6f Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
Samuli Piippo authored
The extra CMake argument is no longer needed for Windos toolchain. Pick-to: 6.3 6.2 Change-Id: I9bab2d03a3b2e8043f9fe6746e6820b6440b59b9 Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
- Mar 16, 2022
-
-
Samuli Piippo authored
Update remaining meta-freescale layer specific overrides. Amends e02204f8. Change-Id: I7b1919f8ba33bdb6d39bfc859a75e8bd4b3748ec Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
Samuli Piippo authored
These have been added into meta-toradex-nxp layer. Change-Id: I71d759d3f5dd140735113c9becd234ebba6cb884 Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
Samuli Piippo authored
Add symlinks to library needed by gold linker. This allows use of the toolchain without sourcing the setup-environment script or using extra PATHs. Linker needs it two different paths, gdb already had it in one, but create both symlinks in gcc bbappend. Pick-to: 6.3 6.2 Change-Id: Ibce6e08b50124ff3c00c8be6d7d23b4879f806ef Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
- Mar 10, 2022
-
-
Samuli Piippo authored
Keep QtCreator happy and warning free by adding the default CMake configuration that would be there if we didn't add any of our own and use the correct toolchain file. Pick-to: 6.3 6.2 Change-Id: I5d3831837a818761076b6047009b9ed4ffa91683 Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
Samuli Piippo authored
The sudo binary has no user read access. Exclude the package to avoid access errors when working with the toolchain. Fixes: QTBUG-96272 Pick-to: 6.3 6.2 Change-Id: I88433dd2f6155fe09a9b7a2da05b07c0abf3387f Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
- Mar 09, 2022
-
-
Samuli Piippo authored
ogl-runtime is not supported on Qt6. Pick-to: 6.3 6.2 Change-Id: Ifaafb1a7e71673221b49d8f05a7bfd431ca73b41 Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io>
-
Samuli Piippo authored
Gold linker is disabled in poky, but it now works correctly. We need it in mingw toolchain since Qt is configured to use it and all Qt module builds on Windows will try to use it. Pick-to: 6.3 6.2 6.2.4 Change-Id: I743c79d037ab1e339c4157582627fd8538a743aa Reviewed-by:
Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by:
Qt CI Bot <qt_ci_bot@qt-project.org>
-
- Mar 08, 2022
-
-
Samuli Piippo authored
Additional PACKAGECONFIG was added to allow GPL licensed plugins, such as faad, to be built. The option was added in versions 1.20, but older versions are still used in some BSPs. Change-Id: Iee092935297aa855f3cde18c4ab6dd506b0adc09 Reviewed-by:
Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
-
Samuli Piippo authored
Fixed in upstream layer. Pick-to: 6.3 6.2 Change-Id: I89122df9de0278c8f42d29ca60b64329e16c960a Reviewed-by:
Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
-
Samuli Piippo authored
Use correct SPDX names for the licenses. Pick-to: 6.3 6.2 Change-Id: I98dc07929365563384d89b0e3b2bd86f9e4fb993 Reviewed-by:
Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
-