From 7398aa81d8eac29a8dd6d7bc3e3067d5090b3b5c Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 18 Feb 2022 09:00:52 -0500 Subject: conf: add kirkstone to layer compatibility Signed-off-by: Bruce Ashfield --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" BBFILE_COLLECTIONS += "cloud-services-layer" BBFILE_PATTERN_cloud-services-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_cloud-services-layer = "5" -LAYERSERIES_COMPAT_cloud-services-layer = "honister" +LAYERSERIES_COMPAT_cloud-services-layer = "honister kirkstone" LAYERDEPENDS_cloud-services-layer = "core filesystems-layer networking-layer" -- cgit v1.2.3-54-g00ecf