mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Update supported and tested Yocto versions
Update support table with Yocto 6.0 Wrynose, to be supported in dev and lts-6.8. Remove styhead from CI builds as it's already EOL. Qt 6.9 branch is now closed, no more changes accepted. Pick-to: 6.10 6.8 Change-Id: I3b9ed3fa0c88c4311dce8c008037f79cbc7fd947 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
parent
440e034c62
commit
ee8b754f62
13
README.md
13
README.md
|
|
@ -22,20 +22,21 @@ the LAYERSERIES_COMPAT (c).
|
|||
|
||||
| Yocto \ Qt | dev | 6.10 | 6.9 | 6.8 | 6.7 | 6.6 | 6.5 | 6.4 | 6.3 | 6.2 |
|
||||
|:---------- |:---:|:----:|:----:|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
|
||||
| whinlatter | x | x | x | x | | | | | | |
|
||||
| walnascar | x | x | x | x | | | | | | |
|
||||
| styhead | x | x | x | x | c | | | | | |
|
||||
| scarthgap | x | x | x | x | c | c | x | | | |
|
||||
| wrynose | x | | | x | | | | | | |
|
||||
| whinlatter | x | x | c | x | | | | | | |
|
||||
| walnascar | x | x | c | x | | | | | | |
|
||||
| styhead | c | c | c | c | c | | | | | |
|
||||
| scarthgap | x | x | c | x | c | c | x | | | |
|
||||
| nanbield | | c | c | c | c | c | c | | | |
|
||||
| mickledore | | c | c | c | c | c | c | c | | |
|
||||
| langdale | | c | c | c | c | c | c | c | | |
|
||||
| kirkstone | | x | x | x | c | c | x | c | c | c |
|
||||
| kirkstone | | x | c | x | c | c | x | c | c | c |
|
||||
| honister | | | | | | c | c | c | c | c |
|
||||
| hardknott | | | | | | c | c | c | c | c |
|
||||
| gatesgarth | | | | | | c | c | c | c | c |
|
||||
| dunfell | | | | | | c | x | c | c | c |
|
||||
| | | | | | | | | | | |
|
||||
| | dev |stable|stable| LTS | EOL | EOL | LTS | EOL | EOL | EOL |
|
||||
| | dev |stable|closed| LTS | EOL | EOL | LTS | EOL | EOL | EOL |
|
||||
|
||||
Detailed status of supported Qt versions can be found from
|
||||
https://doc.qt.io/qt-6/supported-platforms.html#supported-qt-versions
|
||||
|
|
|
|||
|
|
@ -15,14 +15,14 @@ machine_type:
|
|||
|
||||
# Target build matrix:
|
||||
#
|
||||
# [target1] [target2] [target3] [target4] [target5] [target6]
|
||||
# [machine] qemuarm64 qemux86-64 qemuarm qemux86 qemuarm64 qemuarm64
|
||||
# [yocto] master walnascar scarthgap styhead scarthgap master
|
||||
# [wayland] yes no yes yes yes no
|
||||
# [x11] no yes yes no no yes
|
||||
# [opengl] yes yes yes yes yes no
|
||||
# [mingw] no no yes no no no
|
||||
# [static] no no no no yes no
|
||||
# [target1] [target2] [target3] [target4] [target5] [target6]
|
||||
# [machine] qemuarm64 qemux86-64 qemuarm qemux86 qemuarm64 qemuarm64
|
||||
# [yocto] master walnascar scarthgap whinlatter scarthgap master
|
||||
# [wayland] yes no yes yes yes no
|
||||
# [x11] no yes yes no no yes
|
||||
# [opengl] yes yes yes yes yes no
|
||||
# [mingw] no no yes no no no
|
||||
# [static] no no no no yes no
|
||||
#
|
||||
|
||||
target1: &target1
|
||||
|
|
@ -84,7 +84,7 @@ target4: &target4
|
|||
variableValue: qemux86
|
||||
- type: EnvironmentVariable
|
||||
variableName: MANIFEST
|
||||
variableValue: styhead.xml
|
||||
variableValue: whinlatter.xml
|
||||
- type: EnvironmentVariable
|
||||
variableName: TEST_CONFIGS
|
||||
variableValue: ci configs wayland opengl
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user