summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-02-21 19:33:14 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-02-21 19:33:14 -0500
commitcd822b11ba25d755bee203d87e56ca908a3a4cce (patch)
tree9c20ebb04a8444d24e91c344e1d23764a0da75a2 /conf
parent9eafdaa158119687ba2a393a11a1f7f346a2a18a (diff)
downloadmeta-cloud-services-cd822b11ba25d755bee203d87e56ca908a3a4cce.tar.gz
conf: drop honister from compatibility
The variable renames in OE core are parse errors, not warnings, so maintaining compatibility for both honister and kirkstone in the same branch isn't feasible. So we drop honister in preparation for release. 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 e7d8bba..805e1ad 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 = "honister kirkstone" 10LAYERSERIES_COMPAT_cloud-services-layer = "kirkstone"
11LAYERDEPENDS_cloud-services-layer = "core filesystems-layer networking-layer" 11LAYERDEPENDS_cloud-services-layer = "core filesystems-layer networking-layer"