summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-16 08:12:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-04-16 08:12:25 +0100
commitcef91ebeb3f2b1d41336fff60555064430a80397 (patch)
tree01abac28e298b5476f1346120df4494774d00489 /meta
parent21689b8984fd426f4e21d729d82444d3a8e230b7 (diff)
downloadopenembedded-core-cef91ebeb3f2b1d41336fff60555064430a80397.tar.gz
layer.conf: Post release addition/switch to styhead corename
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/layer.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index efbf2610f9..f2bca0aa5b 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 = "scarthgap"
+LAYERSERIES_CORENAMES = "scarthgap styhead"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_core = "15"
-LAYERSERIES_COMPAT_core = "scarthgap"
+LAYERSERIES_COMPAT_core = "styhead"
BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"