Coin: add builds against Honister

Honister is now released, add it to the CI test builds.

Pick-to: 6.2
Change-Id: Ice5813836d8a4edb435db71017d231468993edcf
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
Samuli Piippo 2021-10-29 14:11:14 +03:00
parent 673457878e
commit 178142ee57
2 changed files with 5 additions and 4 deletions

View File

@ -17,14 +17,15 @@ The branching of meta-qt6 layer follows Qt branching scheme, that is
`dev` for the development branch, and `6.x` for each minor release.
Following table shows the Yocto branches which are used to test each
Qt version (x) and any additional Yocto release that are stated in
Qt version (x) and any additional Yocto releases that are stated in
the LAYERSERIES_COMPAT (c).
| Yocto \ Qt | dev | 6.2 | 6.1 | 6.0 |
| ---------- |:---:|:---:|:---:|:---:|
| master | x | x | | |
| honister | x | x | | |
| hardknott | x | x | x | x |
| gatesgarth | c | x | x | x |
| gatesgarth | c | c | x | x |
| dunfell | x | x | x | x |
QtWebEngine

View File

@ -17,7 +17,7 @@ machine_type:
#
# [target1] [target2] [target3] [target4]
# [machine] qemuarm64 qemux86 qemuarm qemux86-64
# [yocto] master master 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: master
variableValue: honister
- type: EnvironmentVariable
variableName: DISABLE_X11
variableValue: true