diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-29 15:30:38 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-29 15:31:15 +0000 |
commit | 6a79d6f9eb790a9ab7c3176543807e629dd7b5ba (patch) | |
tree | 8c4317b7f88afa97289166a9ed0a2df36cae745b | |
parent | 3d8c4ad2cfa18d50a90115078589f994e41616e7 (diff) | |
download | poky-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.conf | 2 |
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" | |||
7 | BBFILE_PATTERN_core = "^${LAYERDIR}/" | 7 | BBFILE_PATTERN_core = "^${LAYERDIR}/" |
8 | BBFILE_PRIORITY_core = "5" | 8 | BBFILE_PRIORITY_core = "5" |
9 | 9 | ||
10 | LAYERSERIES_CORENAMES = "styhead walnascar" | 10 | LAYERSERIES_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 |