summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-03-19 17:49:58 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-03-19 17:50:11 -0400
commitf7bc3f63a0d2ecdc9c4e165f80d15d4cc0b331ea (patch)
tree3d2c81a6de20ec25d078faaa12b7e2db9fbcf457
parent3625ac277a5bd22aeb878f2cfba23f4a09c1002d (diff)
downloadmeta-cloud-services-f7bc3f63a0d2ecdc9c4e165f80d15d4cc0b331ea.tar.gz
conf: update compatibility to scarthgap
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 1d87dc7..6d1b82a 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 = "nanbield" 10LAYERSERIES_COMPAT_cloud-services-layer = "scarthgap"
11LAYERDEPENDS_cloud-services-layer = "core \ 11LAYERDEPENDS_cloud-services-layer = "core \
12 filesystems-layer \ 12 filesystems-layer \
13 networking-layer \ 13 networking-layer \