summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-02-18 09:00:52 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-02-18 09:00:52 -0500
commit7398aa81d8eac29a8dd6d7bc3e3067d5090b3b5c (patch)
tree60e1d8174aece17461e3b3cf63740fde81ba1f81
parent1484a16795b26c8aec11b2962895f3d020f49e21 (diff)
downloadmeta-cloud-services-7398aa81d8eac29a8dd6d7bc3e3067d5090b3b5c.tar.gz
conf: add kirkstone to layer compatibility
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 4f71854..e7d8bba 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" 10LAYERSERIES_COMPAT_cloud-services-layer = "honister kirkstone"
11LAYERDEPENDS_cloud-services-layer = "core filesystems-layer networking-layer" 11LAYERDEPENDS_cloud-services-layer = "core filesystems-layer networking-layer"