summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-04-15 10:08:46 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-04-15 10:08:46 -0400
commit2de73397c962cf19f3ffd2755f0c5d7bd5f9eb0f (patch)
treecfb0c2d9d81f0c5072e295807f2ff3367d8d311f
parenteb1ad5403e7572abfe21c62616e78c66e3da7131 (diff)
downloadmeta-cloud-services-2de73397c962cf19f3ffd2755f0c5d7bd5f9eb0f.tar.gz
conf/layer.conf: add honister to compatibility list
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 0696a9f..a159d99 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 = " dunfell gatesgarth hardknott" 10LAYERSERIES_COMPAT_cloud-services-layer = "gatesgarth hardknott honister"
11LAYERDEPENDS_cloud-services-layer = "core filesystems-layer networking-layer" 11LAYERDEPENDS_cloud-services-layer = "core filesystems-layer networking-layer"