summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-29 15:30:38 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-03-29 15:31:15 +0000
commit6a79d6f9eb790a9ab7c3176543807e629dd7b5ba (patch)
tree8c4317b7f88afa97289166a9ed0a2df36cae745b
parent3d8c4ad2cfa18d50a90115078589f994e41616e7 (diff)
downloadpoky-6a79d6f9eb790a9ab7c3176543807e629dd7b5ba.tar.gz
layer.conf: Update layer series name for release
Drop styhead from the layer series name ready for release. (From OE-Core rev: 56253a6ba8dc2d6c337d947ab40d09d7beeddd24) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index f475de386c..6a70cb63a5 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -7,7 +7,7 @@ BBFILE_COLLECTIONS += "core"
7BBFILE_PATTERN_core = "^${LAYERDIR}/" 7BBFILE_PATTERN_core = "^${LAYERDIR}/"
8BBFILE_PRIORITY_core = "5" 8BBFILE_PRIORITY_core = "5"
9 9
10LAYERSERIES_CORENAMES = "styhead walnascar" 10LAYERSERIES_CORENAMES = "walnascar"
11 11
12# This should only be incremented on significant changes that will 12# This should only be incremented on significant changes that will
13# cause compatibility issues with other layers 13# cause compatibility issues with other layers