mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-04 16:10:12 +00:00
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:
parent
673457878e
commit
178142ee57
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user