summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-10-15 08:20:24 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-10-15 08:20:24 -0400
commit0384b5e4d36a4fd985f1cce0cf46b685c3b7a81e (patch)
tree5c0ee6cd12e719508ac6d8542f83f1f68f1f7c4c /conf
parent910195eb791d754d394ba1013a258ab120c995e9 (diff)
downloadmeta-cloud-services-0384b5e4d36a4fd985f1cce0cf46b685c3b7a81e.tar.gz
conf: add gatesgarth to compat, drop zeus
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 4944019..203d07b 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 = " zeus dunfell" 10LAYERSERIES_COMPAT_cloud-services-layer = " dunfell gatesgarth"
11LAYERDEPENDS_cloud-services-layer = "core filesystems-layer networking-layer" 11LAYERDEPENDS_cloud-services-layer = "core filesystems-layer networking-layer"