diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-04-01 02:35:42 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-04-01 02:43:24 +0000 |
commit | eb01e67dee981b326b041677ae9b13bd75b9d9bb (patch) | |
tree | 3d4e2332d4a26000351c6586e26c9f2e80f67025 | |
parent | 3a1c8961c34ab28778c7a9a22d6b9dbd11e5eb1a (diff) | |
download | meta-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.conf | 2 |
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" | |||
7 | BBFILE_COLLECTIONS += "openstack-layer" | 7 | BBFILE_COLLECTIONS += "openstack-layer" |
8 | BBFILE_PATTERN_openstack-layer := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_openstack-layer := "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_openstack-layer = "5" | 9 | BBFILE_PRIORITY_openstack-layer = "5" |
10 | LAYERSERIES_COMPAT_openstack-layer = "styhead" | 10 | LAYERSERIES_COMPAT_openstack-layer = "styhead walnascar" |
11 | 11 | ||
12 | LAYERDEPENDS_openstack-layer = " \ | 12 | LAYERDEPENDS_openstack-layer = " \ |
13 | core \ | 13 | core \ |