From 671abd90244c25fff7c0ce688bc78c137126432e Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki Date: Tue, 11 Jul 2023 10:09:20 +0200 Subject: [PATCH] conf: mark the layer as compatible with kirkstone Signed-off-by: Zygmunt Krynicki --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index deae2aa..e78a830 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -10,7 +10,7 @@ LAYERSERIES_COMPAT_otbr= "hardknott gatesgarth" BBFILE_COLLECTIONS += "meta-matter" BBFILE_PATTERN_meta-matter := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-matter = "8" -LAYERSERIES_COMPAT_meta-matter = "langdale" +LAYERSERIES_COMPAT_meta-matter = "kirkstone langdale" IMAGE_INSTALL:append = " jsoncpp otbr matter openthread ${@bb.utils.contains('MACHINE_FEATURES', 'trusty', 'storageproxyd', '', d)} " HOSTTOOLS += " npm node python3 python "