aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2022-04-25 14:15:48 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2022-04-27 10:04:29 +0300
commit5f29322cb13fee6bdc8863734e4d5d2e7f97478a (patch)
treeae1baa2df80facdb90a9337bf492e2d10b50e62e
parent6215bb4cb6e8e97f004759cf2f2f06d9fd789049 (diff)
Add details for LTS releases
Change-Id: I30efc2893bb715cc69704f42db20fe1e4727fa55 Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io> (cherry picked from commit 368fd592da92eba38bf1efd5be0f4a7694d89c00) Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
-rw-r--r--README.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1928ffb..b850fd3 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,8 @@ Yocto version support
---------------------
The branching of meta-qt6 layer follows Qt branching scheme, that is
-`dev` for the development branch, and `6.x` for each minor release.
+`dev` for the development branch, `6.x` for each minor release and
+`lts-6.x` for commercial LTS releases.
Following table shows the Yocto branches which are used to test each
Qt version (x) and any additional Yocto releases that are stated in
@@ -28,6 +29,18 @@ the LAYERSERIES_COMPAT (c).
| 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 LTS (Long Term Support) releases
+for selected Qt versions. These are available in branches named `lts-6.x`.
+The LTS versions 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).
+
QtWebEngine
-----------