mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
coin: update build targets
Add 6.7 to test matrix and reshulffle the build targets. mickledore is EOL, drop it from active testing. Pick-to: 6.7 Change-Id: Ia371a06c10b3f66956227d5d7c0357cb83097f87 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
parent
c0b9c32fbc
commit
564f560b50
27
README.md
27
README.md
|
|
@ -20,17 +20,22 @@ Following table shows the Yocto branches which are used to test each
|
|||
Qt version (x) and any additional Yocto releases that are stated in
|
||||
the LAYERSERIES_COMPAT (c).
|
||||
|
||||
| Yocto \ Qt | dev | 6.6 | 6.5 | 6.4 | 6.3 | 6.2 |
|
||||
| ---------- |:---:|:---:|:---:|:---:|:---:|:---:|
|
||||
| master | x | x | x | | | |
|
||||
| nanbield | x | x | x | | | |
|
||||
| mickledore | x | x | x | x | | |
|
||||
| langdale | c | c | c | x | | |
|
||||
| kirkstone | x | x | x | x | x | x |
|
||||
| honister | | c | c | c | x | x |
|
||||
| hardknott | | c | c | c | c | c |
|
||||
| gatesgarth | | c | c | c | c | c |
|
||||
| dunfell | | x | x | x | x | x |
|
||||
| Yocto \ Qt | dev | 6.7 | 6.6 | 6.5 | 6.4 | 6.3 | 6.2 |
|
||||
|:---------- |:---:|:----:|:----:|:---:|:---:|:---:|:---:|
|
||||
| scarthgap | x | x | x | x | | | |
|
||||
| nanbield | x | x | x | x | | | |
|
||||
| mickledore | c | c | c | c | c | | |
|
||||
| langdale | c | c | c | c | c | | |
|
||||
| kirkstone | x | x | x | x | c | c | x |
|
||||
| honister | | | c | c | c | c | c |
|
||||
| hardknott | | | c | c | c | c | c |
|
||||
| gatesgarth | | | c | c | c | c | c |
|
||||
| dunfell | | | x | x | c | c | x |
|
||||
| | | | | | | | |
|
||||
| | dev |stable|stable| LTS | EOL | EOL | LTS |
|
||||
|
||||
Detailed status of supported Qt versions can be found from
|
||||
https://doc.qt.io/qt-6/supported-platforms.html#supported-qt-versions
|
||||
|
||||
Commercial Qt
|
||||
-------------
|
||||
|
|
|
|||
|
|
@ -16,10 +16,10 @@ machine_type:
|
|||
# Target build matrix:
|
||||
#
|
||||
# [target1] [target2] [target3] [target4] [target5]
|
||||
# [machine] qemuarm64 qemux86 qemuarm qemux86-64 qemuarm64
|
||||
# [yocto] nanbield master mickledore master kirkstone
|
||||
# [X11] no no yes yes no
|
||||
# [mingw] no yes no no no
|
||||
# [machine] qemuarm64 qemux86-64 qemuarm qemux86 qemuarm64
|
||||
# [yocto] master master master nanbield kirkstone
|
||||
# [wayland] yes no no yes yes
|
||||
# [mingw] no no no yes no
|
||||
# [static] no no no no yes
|
||||
#
|
||||
|
||||
|
|
@ -31,7 +31,7 @@ target1: &target1
|
|||
variableValue: qemuarm64
|
||||
- type: EnvironmentVariable
|
||||
variableName: MANIFEST
|
||||
variableValue: nanbield.xml
|
||||
variableValue: master.xml
|
||||
- type: EnvironmentVariable
|
||||
variableName: TEST_CONFIGS
|
||||
variableValue: ci configs wayland
|
||||
|
|
@ -44,13 +44,13 @@ target2: &target2
|
|||
instructions:
|
||||
- type: EnvironmentVariable
|
||||
variableName: MACHINE
|
||||
variableValue: qemux86
|
||||
variableValue: qemux86-64
|
||||
- type: EnvironmentVariable
|
||||
variableName: MANIFEST
|
||||
variableValue: master.xml
|
||||
- type: EnvironmentVariable
|
||||
variableName: TEST_CONFIGS
|
||||
variableValue: ci configs wayland mingw no-webengine
|
||||
variableValue: ci configs
|
||||
enable_if:
|
||||
condition: property
|
||||
property: target.arch
|
||||
|
|
@ -63,7 +63,7 @@ target3: &target3
|
|||
variableValue: qemuarm
|
||||
- type: EnvironmentVariable
|
||||
variableName: MANIFEST
|
||||
variableValue: mickledore.xml
|
||||
variableValue: master.xml
|
||||
- type: EnvironmentVariable
|
||||
variableName: TEST_CONFIGS
|
||||
variableValue: ci configs
|
||||
|
|
@ -76,13 +76,13 @@ target4: &target4
|
|||
instructions:
|
||||
- type: EnvironmentVariable
|
||||
variableName: MACHINE
|
||||
variableValue: qemux86-64
|
||||
variableValue: qemux86
|
||||
- type: EnvironmentVariable
|
||||
variableName: MANIFEST
|
||||
variableValue: master.xml
|
||||
variableValue: nanbield.xml
|
||||
- type: EnvironmentVariable
|
||||
variableName: TEST_CONFIGS
|
||||
variableValue: ci configs
|
||||
variableValue: ci configs wayland mingw no-webengine
|
||||
enable_if:
|
||||
condition: property
|
||||
property: target.arch
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user