summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-06-04 08:49:58 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-06-04 08:49:58 -0400
commit3cf833c11ee776222a41732d5ad7c321904c63ba (patch)
tree5cc9520da56885c7fe9ec381211fcd2105a5ae10
parentc414ea6f64e612ddbdfd317bbc71f7a0abc30aef (diff)
downloadmeta-cloud-services-3cf833c11ee776222a41732d5ad7c321904c63ba.tar.gz
conf: drop gatesgarth from layer compatibility
The longer compatibility string causes warnings in the layer index, and we aren't testing against gatesgarth. So we drop it from our compatbility listing. 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 8654957..aa7a969 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 = " gatesgarth hardknott honister" 10LAYERSERIES_COMPAT_cloud-services-layer = "hardknott 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 8ca637d..d2178c4 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 = " gatesgarth hardknott honister" 10LAYERSERIES_COMPAT_openstack-layer = "hardknott honister"
11BB_DANGLINGAPPENDS_WARNONLY ?= "true" 11BB_DANGLINGAPPENDS_WARNONLY ?= "true"
12 12
13LAYERDEPENDS_openstack-layer = " \ 13LAYERDEPENDS_openstack-layer = " \