summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-01-03 20:33:36 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-01-03 20:33:36 -0500
commit911bc278afd98987f30cc41913bf051ee1576671 (patch)
tree88d2b4e6354fd42f4b9c9a4867fa426752eb1c0d
parent5340b7a40b0d6c99b93af118c5dd8d31f9d74759 (diff)
downloadmeta-cloud-services-911bc278afd98987f30cc41913bf051ee1576671.tar.gz
conf: mark layer compatible with mickledore
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 79f017e..19f3f6a 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 = "langdale" 10LAYERSERIES_COMPAT_openstack-layer = "mickledore"
11BB_DANGLINGAPPENDS_WARNONLY ?= "true" 11BB_DANGLINGAPPENDS_WARNONLY ?= "true"
12 12
13LAYERDEPENDS_openstack-layer = " \ 13LAYERDEPENDS_openstack-layer = " \