aboutsummaryrefslogtreecommitdiffstats
path: root/meta-boot2qt-distro/recipes-qt/meta/meta-toolchain-b2qt-embedded-qt6-sdk.bb
Commit message (Collapse)AuthorAgeFilesLines
* Update The-Qt-Company-CommercialJani Heikkinen2022-03-241-1/+1
| | | | | | | | | | 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 328c1fd663d9d7a4fa63dcf1db8e9eb5fc6041d0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* sdk: exclude sudo from sdkv6.3.0-beta3Samuli Piippo2022-03-101-0/+1
| | | | | | | | | | | The sudo binary has no user read access. Exclude the package to avoid access errors when working with the toolchain. Fixes: QTBUG-96272 Change-Id: I88433dd2f6155fe09a9b7a2da05b07c0abf3387f Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> (cherry picked from commit 9eeec130ae82e95a0670da0b9abc66c865e117ca) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* sdk: correctly exclude webengine debug symbolsSamuli Piippo2022-03-021-1/+1
| | | | | | | | | | When using the IMAGE_FEATURE globs to include debug packaged, we need to use PACKAGE_EXCLUDE_COMPLEMENTARY to correctly exclude specific packages. Change-Id: I94134114686f8287632ed5d5e710f8592ecf5569 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> (cherry picked from commit 7897df4adfa372033675cbf1c347fd1e233d7312) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Fix a bug in LA 4.4v6.3.0-beta2Jani Heikkinen2022-02-091-1/+1
| | | | | | | | Fixes: QTPMO-1479 Change-Id: Iafb54220028d864ce127f48ea74cfcec9ac843f2 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> (cherry picked from commit 885c4ac2237bb0f1a80b038c8e6e32bf14ee7b7a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update The-Qt-Company-Commercial licensev6.3.0-beta1Jani Heikkinen2022-02-011-1/+1
| | | | | | | | | | Newest version is 4.4 so update it in the git as well Task-number: QTBUG-98971 Change-Id: I7472bf26a76a57b1c822e1340f61db93fd73ef2d Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> (cherry picked from commit 7edf288ebc655d431176c20ee3a889ddf27b33f1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* SDK: exclude webengine debug packageSamuli Piippo2021-09-211-0/+2
| | | | | | | | | | The QtWebEngine debug files are huge (>1Gb). Skip the debug package to make the toolchain slightly smaller. Pick-to: 6.2 Task-number: QTBUG-96576 Change-Id: I02fdb4776b8f6f98fe167dba06c17f043ecea946 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Include all addons into the imageSamuli Piippo2021-03-261-1/+4
| | | | | | | | | | | Restructure the packagegroup recipe used for the sdk and images. Remove target packagegroups and use the same ones for image and sdk. Remove all automation recipes, those addons are now in the embedded sdk and image. Pick-to: 6.1 Change-Id: I5149cedc80ad500782c419b32fa33679d9c5f3e7 Reviewed-by: Pasi Petäjäjärvi <pasi.petajajarvi@qt.io>
* Update Qt license agreementPasi Petäjäjärvi2021-03-101-1/+1
| | | | | | | | | | Update The-Qt-Company-Commercial license 4.2.1 -> 4.3 Pick-to: 6.1 6.0 Task-number: QTBUG-72434 Change-Id: I2d17bdf92fc768f54f1ec6e532be5d27ca87ddc3 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
* Update Qt6 embedded image & toolchain configurationsMikko Gronoff2020-10-051-2/+2
| | | | | | | | * Remove modules not officially supported in Qt6 from image & toolchain * Update images & packageroups recipe descriptions Change-Id: I48e2ec3e594ac415c71d04faee3ecef93289aeb0 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Upgrade to Qt 6Samuli Piippo2020-09-031-0/+38
Move to using Qt 6 from new meta-qt6 layer. Change all qt5 references to qt6 in files names and recipes, and remove no longer relevant recipes. Task-number: QTBUG-81932 Change-Id: Iab5c6e4a9da2bae6dba9e96f096b5634759deef8 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>