mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Coin: add CI build for kirkstone
Add CI build using Yocto kirkstone branches and retire hardknott build
in favor of it. Hardknott is EOL on April 2022. Only dev branch will
continue to be tested against Yocto master.
Change-Id: I9aad0e14c1a5054b2e9eab85ec8a2f2d603f6427
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
(cherry picked from commit 670a077467)
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
parent
f912c56147
commit
f719825d8f
14
README.md
14
README.md
|
|
@ -20,13 +20,13 @@ 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.3 | 6.2 | 6.1 | 6.0 |
|
||||
| ---------- |:---:|:---:|:---:|:---:|:---:|
|
||||
| master | x | x | x | | |
|
||||
| honister | x | x | x | | |
|
||||
| hardknott | x | x | x | x | x |
|
||||
| gatesgarth | c | c | c | x | x |
|
||||
| dunfell | x | x | x | x | x |
|
||||
| Yocto \ Qt | 6.3 | 6.2 | 6.1 | 6.0 |
|
||||
| ---------- |:---:|:---:|:---:|:---:|
|
||||
| kirkstone | x | x | | |
|
||||
| honister | x | x | | |
|
||||
| hardknott | c | c | x | x |
|
||||
| gatesgarth | c | c | x | x |
|
||||
| dunfell | x | x | x | x |
|
||||
|
||||
Commercial Qt
|
||||
-------------
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ machine_type:
|
|||
#
|
||||
# [target1] [target2] [target3] [target4]
|
||||
# [machine] qemuarm64 qemux86 qemuarm qemux86-64
|
||||
# [yocto] master honister hardknott dunfell
|
||||
# [yocto] kirkstone honister kirkstone dunfell
|
||||
# [X11] no no yes yes
|
||||
# [mingw] no yes no no
|
||||
#
|
||||
|
|
@ -30,7 +30,7 @@ target1: &target1
|
|||
variableValue: qemuarm64
|
||||
- type: EnvironmentVariable
|
||||
variableName: MANIFEST
|
||||
variableValue: master.xml
|
||||
variableValue: kirkstone.xml
|
||||
- type: EnvironmentVariable
|
||||
variableName: TEST_CONFIGS
|
||||
variableValue: ci configs post-inclusive wayland
|
||||
|
|
@ -62,10 +62,10 @@ target3: &target3
|
|||
variableValue: qemuarm
|
||||
- type: EnvironmentVariable
|
||||
variableName: MANIFEST
|
||||
variableValue: hardknott.xml
|
||||
variableValue: kirkstone.xml
|
||||
- type: EnvironmentVariable
|
||||
variableName: TEST_CONFIGS
|
||||
variableValue: ci configs pre-inclusive
|
||||
variableValue: ci configs post-inclusive
|
||||
enable_if:
|
||||
condition: property
|
||||
property: target.arch
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user