summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-03-15 11:10:54 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-03-15 11:10:54 -0400
commitb45600fc98b1a2f2dbc18418de52930ba2192190 (patch)
tree54f7feb1f665725a8d022fea3f42d98eae20a92e
parentdd6c4b92a1e4ba9da801237f5e3e667c7d6b78e1 (diff)
downloadmeta-cloud-services-b45600fc98b1a2f2dbc18418de52930ba2192190.tar.gz
conf: add hardknott compatibility
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 d9f6236..468c2a0 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" 10LAYERSERIES_COMPAT_openstack-layer = "dunfell gatesgarth hardknott"
11BB_DANGLINGAPPENDS_WARNONLY ?= "true" 11BB_DANGLINGAPPENDS_WARNONLY ?= "true"
12 12
13LAYERDEPENDS_openstack-layer = " \ 13LAYERDEPENDS_openstack-layer = " \