summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-09-11 01:43:21 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-09-11 01:43:21 +0000
commit6523dbec44bf1ecea7a7f7cd82249fac251be00f (patch)
treed45e8a1707202e39c6f0be0106cc3c0cbbf5e2b1
parentcd048e11c4600636714051c787264a52be19c3f8 (diff)
downloadmeta-cloud-services-6523dbec44bf1ecea7a7f7cd82249fac251be00f.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--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index c77d057..1d87dc7 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
7BBFILE_COLLECTIONS += "cloud-services-layer" 7BBFILE_COLLECTIONS += "cloud-services-layer"
8BBFILE_PATTERN_cloud-services-layer := "^${LAYERDIR}/" 8BBFILE_PATTERN_cloud-services-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_cloud-services-layer = "5" 9BBFILE_PRIORITY_cloud-services-layer = "5"
10LAYERSERIES_COMPAT_cloud-services-layer = "mickledore" 10LAYERSERIES_COMPAT_cloud-services-layer = "nanbield"
11LAYERDEPENDS_cloud-services-layer = "core \ 11LAYERDEPENDS_cloud-services-layer = "core \
12 filesystems-layer \ 12 filesystems-layer \
13 networking-layer \ 13 networking-layer \