summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-06-03 22:28:35 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-06-03 22:28:35 -0400
commitc414ea6f64e612ddbdfd317bbc71f7a0abc30aef (patch)
tree634bb3e6ebf4649cd369443920dd1c625db3c43c
parent186cce60cdc7d09816cbc054ce77239bca1bf61d (diff)
downloadmeta-cloud-services-c414ea6f64e612ddbdfd317bbc71f7a0abc30aef.tar.gz
conf: add honister to LAYERSERIES_COMPAT
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/conf/layer.conf b/meta-openstack/conf/layer.conf
index 468c2a0..8ca637d 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 = "dunfell gatesgarth hardknott" 10LAYERSERIES_COMPAT_openstack-layer = " gatesgarth hardknott honister"
11BB_DANGLINGAPPENDS_WARNONLY ?= "true" 11BB_DANGLINGAPPENDS_WARNONLY ?= "true"
12 12
13LAYERDEPENDS_openstack-layer = " \ 13LAYERDEPENDS_openstack-layer = " \