From 40f9827989da1affd5c1a43d8d07efa7b6d8eeac Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 24 Mar 2020 15:31:57 -0400 Subject: conf/layer: update compatibility Drop thud/warrior, add dunfell 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 8118b1c..4944019 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 = "thud warrior zeus" +LAYERSERIES_COMPAT_cloud-services-layer = " zeus dunfell" LAYERDEPENDS_cloud-services-layer = "core filesystems-layer networking-layer" diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf index a61bf25..b98a275 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 = "thud warrior zeus" +LAYERSERIES_COMPAT_openstack-layer = "zeus dunfell" BB_DANGLINGAPPENDS_WARNONLY ?= "true" LAYERDEPENDS_openstack-layer = " \ -- cgit v1.2.3-54-g00ecf