From 3cf833c11ee776222a41732d5ad7c321904c63ba Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 4 Jun 2021 08:49:58 -0400 Subject: 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 --- conf/layer.conf | 2 +- meta-openstack/conf/layer.conf | 2 +- 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" BBFILE_COLLECTIONS += "cloud-services-layer" BBFILE_PATTERN_cloud-services-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_cloud-services-layer = "5" -LAYERSERIES_COMPAT_cloud-services-layer = " gatesgarth hardknott honister" +LAYERSERIES_COMPAT_cloud-services-layer = "hardknott honister" LAYERDEPENDS_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" BBFILE_COLLECTIONS += "openstack-layer" BBFILE_PATTERN_openstack-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_openstack-layer = "5" -LAYERSERIES_COMPAT_openstack-layer = " gatesgarth hardknott honister" +LAYERSERIES_COMPAT_openstack-layer = "hardknott honister" BB_DANGLINGAPPENDS_WARNONLY ?= "true" LAYERDEPENDS_openstack-layer = " \ -- cgit v1.2.3-54-g00ecf