From 181cbf368313864c5c190df7bf455814c343d1cc Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Fri, 29 Oct 2021 14:11:14 +0300 Subject: [PATCH] Coin: add builds against Honister Honister is now released, add it to the CI test builds. Drop Gatesgarth since it's now EOL. Change-Id: Ice5813836d8a4edb435db71017d231468993edcf Reviewed-by: Mikko Gronoff (cherry picked from commit 178142ee5786274b90b3ea8788401bc5c0b481a3) --- README.md | 4 ++-- coin/module_config.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 440251c..1928ffb 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ the LAYERSERIES_COMPAT (c). | Yocto \ Qt | 6.2 | 6.1 | 6.0 | | ---------- |:---:|:---:|:---:| | master | x | | | -| honister | c | | | +| honister | x | | | | hardknott | x | x | x | -| gatesgarth | x | x | x | +| gatesgarth | c | x | x | | dunfell | x | x | x | QtWebEngine diff --git a/coin/module_config.yaml b/coin/module_config.yaml index 988cfde..9fc6141 100644 --- a/coin/module_config.yaml +++ b/coin/module_config.yaml @@ -17,7 +17,7 @@ machine_type: # # [target1] [target2] [target3] [target4] # [machine] qemuarm64 qemux86 qemuarm qemux86-64 -# [yocto] master gatesgarth 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: gatesgarth + variableValue: honister - type: EnvironmentVariable variableName: DISABLE_X11 variableValue: true