summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-07-31 23:51:46 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-07-31 23:51:46 -0400
commitf4b1d9d404af79289f70f3db1ee283bd5abdd523 (patch)
tree313d93d9aca32ea8b9c69bfc8a951b3fb63596ab
parent0cffcd09a44b2a58452a5bb13714bfc47d6546bf (diff)
downloadmeta-cloud-services-f4b1d9d404af79289f70f3db1ee283bd5abdd523.tar.gz
conf: set compatibility to honister
Now that the overrides have been converted, set compatibity to honister. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--conf/layer.conf2
-rw-r--r--meta-openstack/conf/layer.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index aa7a969..4f71854 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -7,5 +7,5 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
7BBFILE_COLLECTIONS += "cloud-services-layer" 7BBFILE_COLLECTIONS += "cloud-services-layer"
8BBFILE_PATTERN_cloud-services-layer := "^${LAYERDIR}/" 8BBFILE_PATTERN_cloud-services-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_cloud-services-layer = "5" 9BBFILE_PRIORITY_cloud-services-layer = "5"
10LAYERSERIES_COMPAT_cloud-services-layer = "hardknott honister" 10LAYERSERIES_COMPAT_cloud-services-layer = "honister"
11LAYERDEPENDS_cloud-services-layer = "core filesystems-layer networking-layer" 11LAYERDEPENDS_cloud-services-layer = "core filesystems-layer networking-layer"
diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf
index d2178c4..bd5a8ac 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 = "hardknott honister" 10LAYERSERIES_COMPAT_openstack-layer = "honister"
11BB_DANGLINGAPPENDS_WARNONLY ?= "true" 11BB_DANGLINGAPPENDS_WARNONLY ?= "true"
12 12
13LAYERDEPENDS_openstack-layer = " \ 13LAYERDEPENDS_openstack-layer = " \