From 4e69f9ceef5fb19737e142f5a1bcdd58016ff30a Mon Sep 17 00:00:00 2001 From: "Rodrigo M. Duarte" Date: Wed, 14 Aug 2024 10:32:04 -0300 Subject: [PATCH] conf/layer: Add layer compatible to Yocto Kirkstone Release Signed-off-by: Rodrigo M. Duarte --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index bf9bf21..897e427 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -12,4 +12,4 @@ BBFILE_PRIORITY_shellhub = "6" SIGGEN_EXCLUDERECIPES_ABISAFE += "shellhub-agent-config" LAYERDEPENDS_shellhub = "core" -LAYERSERIES_COMPAT_shellhub = "styhead" +LAYERSERIES_COMPAT_shellhub = "kirkstone styhead"