From 4f38092e5ed18838204d556343b1e3595857ad95 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 2 Oct 2022 11:53:15 +0200 Subject: layer.conf: add langdale to layerseries_compat 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 841f110..772eb6d 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 = "kirkstone" +LAYERSERIES_COMPAT_toradex-bsp-common-layer = "kirkstone langdale" BB_DANGLINGAPPENDS_WARNONLY = "true" -- cgit v1.2.3