summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-04-01 02:35:42 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-04-01 02:43:24 +0000
commiteb01e67dee981b326b041677ae9b13bd75b9d9bb (patch)
tree3d4e2332d4a26000351c6586e26c9f2e80f67025
parent3a1c8961c34ab28778c7a9a22d6b9dbd11e5eb1a (diff)
downloadmeta-cloud-services-eb01e67dee981b326b041677ae9b13bd75b9d9bb.tar.gz
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 <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
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"
7BBFILE_COLLECTIONS += "openstack-layer" 7BBFILE_COLLECTIONS += "openstack-layer"
8BBFILE_PATTERN_openstack-layer := "^${LAYERDIR}/" 8BBFILE_PATTERN_openstack-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_openstack-layer = "5" 9BBFILE_PRIORITY_openstack-layer = "5"
10LAYERSERIES_COMPAT_openstack-layer = "styhead" 10LAYERSERIES_COMPAT_openstack-layer = "styhead walnascar"
11 11
12LAYERDEPENDS_openstack-layer = " \ 12LAYERDEPENDS_openstack-layer = " \
13 core \ 13 core \