summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2019-10-08 19:07:17 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-10-08 19:07:17 -0400
commit5bb25ff3aaa2a303564a8b48c29fff2b5cbaba62 (patch)
tree88a7d3114f6a1f980a316ababe32a275c7fa415a /conf
parent93d6ec5f3aea4cc39349741a43461741a9391ac5 (diff)
downloadmeta-cloud-services-5bb25ff3aaa2a303564a8b48c29fff2b5cbaba62.tar.gz
layer: add zeus as compatible
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 2cfb75f..8118b1c 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" 10LAYERSERIES_COMPAT_cloud-services-layer = "thud warrior zeus"
11LAYERDEPENDS_cloud-services-layer = "core filesystems-layer networking-layer" 11LAYERDEPENDS_cloud-services-layer = "core filesystems-layer networking-layer"