summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-17 12:26:48 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-21 23:35:56 +0000
commit4a180aa5b30cc0906072d5b1e970eea41f1ce642 (patch)
tree30f400c9884988d29b5b8cd7da0616becc4e41ec /meta/conf
parente0f5938737727c3a2d738cd595a1f891c444c3c8 (diff)
downloadopenembedded-core-contrib-4a180aa5b30cc0906072d5b1e970eea41f1ce642.tar.gz
layer.conf: Update to use kirkstone
Update the layers to use the kirkstone namespace. No compatibility is made for honister due to the variable renaming. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/layer.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index b3cc8a249e..bdeb8a4758 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -7,12 +7,12 @@ BBFILE_COLLECTIONS += "core"
BBFILE_PATTERN_core = "^${LAYERDIR}/"
BBFILE_PRIORITY_core = "5"
-LAYERSERIES_CORENAMES = "honister"
+LAYERSERIES_CORENAMES = "kirkstone"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
-LAYERVERSION_core = "12"
-LAYERSERIES_COMPAT_core = "honister"
+LAYERVERSION_core = "14"
+LAYERSERIES_COMPAT_core = "kirkstone"
BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"