mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
coin: remove langdale from CI tests
Langdale is now EOL, stop testing Qt against it.
Change-Id: Idba5e353ef3ec484e088fe831ed59f54d70b3acf
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
(cherry picked from commit 30dfd502b3)
This commit is contained in:
parent
5fe05be024
commit
884a605da7
20
README.md
20
README.md
|
|
@ -22,16 +22,16 @@ 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.5 | 6.4 | 6.3 | 6.2 |
|
||||
| ---------- |:---:|:---:|:---:|:---:|:---:|
|
||||
| master | x | x | | | |
|
||||
| mickledore | x | x | x | | |
|
||||
| langdale | x | x | x | | |
|
||||
| kirkstone | 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 | 6.5 | 6.4 | 6.3 | 6.2 |
|
||||
| ---------- |:---:|:---:|:---:|:---:|
|
||||
| master | x | | | |
|
||||
| mickledore | x | x | | |
|
||||
| langdale | c | x | | |
|
||||
| kirkstone | x | x | x | x |
|
||||
| honister | c | c | x | x |
|
||||
| hardknott | c | c | c | c |
|
||||
| gatesgarth | c | c | c | c |
|
||||
| dunfell | x | x | x | x |
|
||||
|
||||
Commercial Qt
|
||||
-------------
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ machine_type:
|
|||
#
|
||||
# [target1] [target2] [target3] [target4] [target5]
|
||||
# [machine] qemuarm64 qemux86 qemuarm qemux86-64 qemuarm64
|
||||
# [yocto] kirkstone langdale mickledore dunfell master
|
||||
# [yocto] kirkstone master mickledore dunfell master
|
||||
# [X11] no no yes yes no
|
||||
# [mingw] no yes no no no
|
||||
# [static] no no no no yes
|
||||
|
|
@ -47,7 +47,7 @@ target2: &target2
|
|||
variableValue: qemux86
|
||||
- type: EnvironmentVariable
|
||||
variableName: MANIFEST
|
||||
variableValue: langdale.xml
|
||||
variableValue: master.xml
|
||||
- type: EnvironmentVariable
|
||||
variableName: TEST_CONFIGS
|
||||
variableValue: ci configs wayland mingw no-webengine
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user