Drop support for older Yocto releases

Kirkstone will be the oldests Yocto release supported by Qt 6.7.
Qt 6.7 will be released in spring 2024, at which point Dunfell
will be EOL.

Change-Id: I8fee78d4d75401a502762e4b28987a07bfdd1af4
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Reviewed-by: Tommi Mänttäri <tommi.manttari@qt.io>
This commit is contained in:
Samuli Piippo 2023-08-15 07:10:52 +00:00
parent 12f78361ed
commit b06c0b1d69
4 changed files with 8 additions and 9 deletions

View File

@ -28,10 +28,10 @@ the LAYERSERIES_COMPAT (c).
| mickledore | x | x | x | x | | |
| langdale | x | x | x | x | | |
| kirkstone | x | x | x | x | x | x |
| honister | c | c | c | c | x | x |
| hardknott | c | c | c | c | c | c |
| gatesgarth | c | c | c | c | c | c |
| dunfell | x | x | x | x | x | x |
| honister | | c | c | c | x | x |
| hardknott | | c | c | c | c | c |
| gatesgarth | | c | c | c | c | c |
| dunfell | | x | x | x | x | x |
Commercial Qt
-------------

View File

@ -17,7 +17,7 @@ machine_type:
#
# [target1] [target2] [target3] [target4] [target5]
# [machine] qemuarm64 qemux86 qemuarm qemux86-64 qemuarm64
# [yocto] kirkstone langdale mickledore dunfell master
# [yocto] kirkstone langdale mickledore master master
# [X11] no no yes yes no
# [mingw] no yes no no no
# [static] no no no no yes
@ -79,10 +79,10 @@ target4: &target4
variableValue: qemux86-64
- type: EnvironmentVariable
variableName: MANIFEST
variableValue: dunfell.xml
variableValue: master.xml
- type: EnvironmentVariable
variableName: TEST_CONFIGS
variableValue: ci configs dunfell no-webengine
variableValue: ci configs
enable_if:
condition: property
property: target.arch

View File

@ -1 +0,0 @@
LICENSE_FLAGS_WHITELIST = "commercial_ffmpeg commercial_x264"

View File

@ -36,7 +36,7 @@ LAYERVERSION_qt6-layer = "1"
LAYERDEPENDS_qt6-layer = "core"
LAYERSERIES_COMPAT_qt6-layer = "dunfell gatesgarth hardknott honister kirkstone langdale mickledore"
LAYERSERIES_COMPAT_qt6-layer = "kirkstone langdale mickledore"
LICENSE_PATH += "${LAYERDIR}/licenses"