From 8b753c5ba7f0a13ada2fe77f884e79f9d6f2e34c Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 26 Feb 2022 16:16:54 +0100 Subject: tezi-metadata: follow changed variable names This changes the layer's compatibility to only kirkstone. Signed-off-by: Max Krummenacher --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/layer.conf b/conf/layer.conf index 6fcf256..841f110 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -17,6 +17,6 @@ BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bb' % layer \ for layer in BBFILE_COLLECTIONS.split())}" LAYERDEPENDS_toradex-bsp-common-layer = "core" -LAYERSERIES_COMPAT_toradex-bsp-common-layer = "hardknott honister kirkstone" +LAYERSERIES_COMPAT_toradex-bsp-common-layer = "kirkstone" BB_DANGLINGAPPENDS_WARNONLY = "true" -- cgit v1.2.3