summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-01-03 20:31:28 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-01-03 20:31:28 -0500
commit5340b7a40b0d6c99b93af118c5dd8d31f9d74759 (patch)
treebfa9913a0aa7a1c4049dee562bc74d5f0653b142
parentb7eaf24eb1e007aad05760771944a5a0d23f78ad (diff)
downloadmeta-cloud-services-5340b7a40b0d6c99b93af118c5dd8d31f9d74759.tar.gz
conf: mark layer compatible with mickledore
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 e089b7d..c77d057 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 = "langdale" 10LAYERSERIES_COMPAT_cloud-services-layer = "mickledore"
11LAYERDEPENDS_cloud-services-layer = "core \ 11LAYERDEPENDS_cloud-services-layer = "core \
12 filesystems-layer \ 12 filesystems-layer \
13 networking-layer \ 13 networking-layer \