summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-09-11 01:44:11 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-09-11 01:44:11 +0000
commit69ba7c9276b3b7fa5af12b3881a3e94964545449 (patch)
treeee3e82239d91262c1dce26dc4dc9c963225ccb4b
parent6523dbec44bf1ecea7a7f7cd82249fac251be00f (diff)
downloadmeta-cloud-services-69ba7c9276b3b7fa5af12b3881a3e94964545449.tar.gz
conf: update compatibility to match oe-core
OE Core has bumped to the next version, we update to match. 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 19f3f6a..2476880 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 = "mickledore" 10LAYERSERIES_COMPAT_openstack-layer = "nanbield"
11BB_DANGLINGAPPENDS_WARNONLY ?= "true" 11BB_DANGLINGAPPENDS_WARNONLY ?= "true"
12 12
13LAYERDEPENDS_openstack-layer = " \ 13LAYERDEPENDS_openstack-layer = " \