Coin: add builds against Honister

Honister is now released, add it to the CI test builds.
Drop Gatesgarth since it's now EOL.

Change-Id: Ice5813836d8a4edb435db71017d231468993edcf
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
(cherry picked from commit 178142ee57)
This commit is contained in:
Samuli Piippo 2021-10-29 14:11:14 +03:00
parent 12674d8168
commit 181cbf3683
2 changed files with 4 additions and 4 deletions

View File

@ -23,9 +23,9 @@ the LAYERSERIES_COMPAT (c).
| Yocto \ Qt | 6.2 | 6.1 | 6.0 |
| ---------- |:---:|:---:|:---:|
| master | x | | |
| honister | c | | |
| honister | x | | |
| hardknott | x | x | x |
| gatesgarth | x | x | x |
| gatesgarth | c | x | x |
| dunfell | x | x | x |
QtWebEngine

View File

@ -17,7 +17,7 @@ machine_type:
#
# [target1] [target2] [target3] [target4]
# [machine] qemuarm64 qemux86 qemuarm qemux86-64
# [yocto] master gatesgarth hardknott dunfell
# [yocto] master honister hardknott dunfell
# [X11] no no yes yes
# [mingw] no yes no no
#
@ -46,7 +46,7 @@ target2: &target2
variableValue: qemux86
- type: EnvironmentVariable
variableName: YOCTO_BRANCH
variableValue: gatesgarth
variableValue: honister
- type: EnvironmentVariable
variableName: DISABLE_X11
variableValue: true