From eb01e67dee981b326b041677ae9b13bd75b9d9bb Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 1 Apr 2025 02:35:42 +0000 Subject: conf/layer.conf: add walnascar compatibility Start the transition from styhead to walnascar by adding the new core layer name as compatible. Once the transition is done, styhead will be removed. Signed-off-by: Bruce Ashfield --- meta-openstack/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/conf') diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf index eb1a543..4e4dc61 100644 --- a/meta-openstack/conf/layer.conf +++ b/meta-openstack/conf/layer.conf @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" BBFILE_COLLECTIONS += "openstack-layer" BBFILE_PATTERN_openstack-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_openstack-layer = "5" -LAYERSERIES_COMPAT_openstack-layer = "styhead" +LAYERSERIES_COMPAT_openstack-layer = "styhead walnascar" LAYERDEPENDS_openstack-layer = " \ core \ -- cgit v1.2.3-54-g00ecf