Go to file
Qt Submodule Update Bot d32f832bdd Update submodule refs on 'lts-6.2.13' in yocto/meta-qt6
Change-Id: I4ebd87781e2804a92b22dc07cb12960af791f63a
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2024-08-27 03:32:08 +00:00
classes sdk: use security cflags in cmake toolchain file 2023-01-12 13:49:09 +00:00
coin Coin: use correct path for mirror 2023-05-29 08:49:10 +00:00
conf Bump version to 6.2.13 2024-03-14 09:36:46 +02:00
dynamic-layers/openembedded-layer/recipes-graphics/spir qtshadertools: add runtime dependency to spirv-tools 2023-08-18 12:34:25 +00:00
licenses Update The-Qt-Company-Commercial 2023-05-16 06:11:48 +00:00
recipes-core Support SDK workflow inside a Yocto build 2023-01-11 19:38:42 +00:00
recipes-devtools/python python3-qface: update 2.0.4 -> 2.0.11 2024-08-19 10:36:53 +03:00
recipes-qt Update submodule refs on 'lts-6.2.13' in yocto/meta-qt6 2024-08-27 03:32:08 +00:00
COPYING.MIT initial commit 2020-01-24 11:54:52 +02:00
README.md readme: add note about release branches and tags 2023-08-15 16:10:26 +00:00

Qt6 OpenEmbedded/Yocto Project layer

This layer depends on:

URI: https://git.openembedded.org/openembedded-core/

and optionally:

URI: https://git.openembedded.org/meta-openembedded/

Yocto version support

The branching of meta-qt6 layer follows Qt branching scheme, that is dev for the development branch, 6.x for minor stabilization branches, 6.x.y for the release branches and lts-6.x.y for commercial LTS releases.

Each Qt release is tagged either as v6.x.y or v6.x.y-lts

Following table shows the Yocto branches which are used to test each Qt version (x) and any additional Yocto releases that are stated in the LAYERSERIES_COMPAT (c).

Yocto \ Qt 6.2 6.1 6.0
kirkstone x
honister x
hardknott c x x
gatesgarth c x x
dunfell x x x

Commercial Qt

Qt is dual-licensed under commercial and open source licenses. The license can be selected using the QT_EDITION variable. commercial and opensource are valid values. The default value is opensource.

For commercial Qt users, the layer provides additional support with LTS (Long Term Support) releases for selected Qt versions and additional Qt modules licensed as commercial-only.

The LTS releases are available in branches named lts-6.x. The source code for the LTS releases and the commercial Qt modules are only available for commercial Qt license holders. They can only be built and used if you have a commercial Qt license and you have set up SSH access to Qt Gerrit (see links below).

The commercial Qt modules are included in the build if the QT_COMMERCIAL_MODULES variable is set to 1 and you are using a commercial edition of Qt.

QtWebEngine

QtWebEngine needs at least CMake 3.19, which is available starting from Hardknott. For this reason QtWebEngine is not tested on older releases.

Contributing

To contribute to this layer you should submit the patches for review using Qt Gerrit.

More information about Qt Gerrit and how to use it:

Layer maintainers