Message ID | 20250329153102.1612894-2-richard.purdie@linuxfoundation.org |
---|---|
State | Accepted, archived |
Commit | 56253a6ba8dc2d6c337d947ab40d09d7beeddd24 |
Headers | show |
Series | [1/2] sanity.conf: Update minimum bitbake version to 2.12.0 | expand |
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index f475de386cb..6a70cb63a58 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -7,7 +7,7 @@ BBFILE_COLLECTIONS += "core" BBFILE_PATTERN_core = "^${LAYERDIR}/" BBFILE_PRIORITY_core = "5" -LAYERSERIES_CORENAMES = "styhead walnascar" +LAYERSERIES_CORENAMES = "walnascar" # This should only be incremented on significant changes that will # cause compatibility issues with other layers
Drop styhead from the layer series name ready for release. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- meta/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)