summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-03-24 15:31:57 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-03-24 15:31:59 -0400
commit40f9827989da1affd5c1a43d8d07efa7b6d8eeac (patch)
tree0613c7eb86f772eaff58516095302c684f26cf12 /conf
parent2bc2a154011ffb723c7a18fd924b16c7ad0cf885 (diff)
downloadmeta-cloud-services-40f9827989da1affd5c1a43d8d07efa7b6d8eeac.tar.gz
conf/layer: update compatibility
Drop thud/warrior, add dunfell Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 8118b1c..4944019 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -7,5 +7,5 @@ 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 = "thud warrior zeus" 10LAYERSERIES_COMPAT_cloud-services-layer = " zeus dunfell"
11LAYERDEPENDS_cloud-services-layer = "core filesystems-layer networking-layer" 11LAYERDEPENDS_cloud-services-layer = "core filesystems-layer networking-layer"