Signed-off-by: Jose Quaresma <jose.quaresma@...>
---
README | 12 +++---------
conf/layer.conf | 4 ++--
2 files changed, 5 insertions(+), 11 deletions(-)
diff --git a/README b/README
index 5b22b72..b2fa46b 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
"Mixin" layer for adding latest Go toolchain versions into the Yocto Project LTS.
-At the time Dunfell was released in April 2020, Go 1.14 was the latest version
-and officially Dunfell supports only that. This thin special-purpose mixin
+At the time Kirkstone was released in May 2022, Go 1.17 was the latest version
+and officially Kirkstone supports only that. This thin special-purpose mixin
layer is meant to address this issue by backporting Go recipes from the master
branch of openembedded-core.
@@ -11,13 +11,7 @@ Including the layer automatically picks up the latest Go version; different vers
need to be set explicitly by adding the following line to your distro config
or local.conf:
-GOVERSION = "1.16%"
-
-Please note: enabling these newer Go versions makes docker from dunfell branch
-of meta-virtualization unbuildable as it is too old. If you need a working docker
-recipe, you can use the supplementary 'dunfell/docker' layer from this meta-lts-mixin
-repository.
-
+GOVERSION = "1.20%"
Maintainers:
Alexander Kanavin <alex@...>
diff --git a/conf/layer.conf b/conf/layer.conf
index 5f74224..9a68448 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -8,12 +8,12 @@ BBFILE_COLLECTIONS += "lts-go-mixin"
BBFILE_PATTERN_lts-go-mixin := "^${LAYERDIR}/"
BBFILE_PRIORITY_lts-go-mixin = "6"
-LAYERSERIES_COMPAT_lts-go-mixin = "dunfell"
+LAYERSERIES_COMPAT_lts-go-mixin = "kirkstone"
LAYERDEPENDS_lts-go-mixin = " \
core \
"
-GOVERSION ?= "1.17%"
+GOVERSION ?= "1.20%"
PREFERRED_PROVIDER_go-native = "go-binary-native"
--
2.34.1