summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-06-03 22:27:55 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-06-03 22:27:55 -0400
commit186cce60cdc7d09816cbc054ce77239bca1bf61d (patch)
treea37b9ff28ca0a2ef29a103300ca50e8be7fb8de2
parent5a018a7a4fb788819aac35897b258c26fb2fc2da (diff)
downloadmeta-cloud-services-186cce60cdc7d09816cbc054ce77239bca1bf61d.tar.gz
conf: add honister to LAYERSERIES_COMPAT
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..8654957 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"