coin: update CI builds

After CI platform update to Ubuntu 24.04, yocto dunfell
is not supported anymore due dependency to deprecated
python module asyncore.

Replace deprecated CI target dunfell -> kirkstone.

Change-Id: I1ef7c745e6210892f18b3e656ab70366d06c10f9
Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
(cherry picked from commit 919f3fe6a0)
This commit is contained in:
Mikko Gronoff 2025-10-14 13:36:42 +03:00
parent d47fb5d37c
commit 278eee5c3e
3 changed files with 4 additions and 5 deletions

View File

@ -30,7 +30,7 @@ the LAYERSERIES_COMPAT (c).
| honister | c | c | c | c |
| hardknott | c | c | c | c |
| gatesgarth | c | c | c | c |
| dunfell | x | c | c | c |
| dunfell | c | c | c | c |
| | | | | |
| | LTS | EOL | EOL | EOL |

View File

@ -17,7 +17,7 @@ machine_type:
#
# [target1] [target2] [target3] [target4] [target5]
# [machine] qemuarm64 qemux86 qemuarm qemux86-64 qemuarm64
# [yocto] scarthgap scarthgap scarthgap dunfell kirkstone
# [yocto] scarthgap scarthgap scarthgap kirkstone kirkstone
# [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: kirkstone.xml
- type: EnvironmentVariable
variableName: TEST_CONFIGS
variableValue: ci configs dunfell no-webengine lts
variableValue: ci configs no-webengine lts
enable_if:
condition: property
property: target.arch

View File

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