From aa57186f601efd791bcf17dd9c7d1dcfc111156d Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 23 Mar 2021 10:12:02 +0100 Subject: layer.conf: add hardknott, drop dunfell in compat layer 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 7dc30bc..b3b323b 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 = "dunfell gatesgarth" +LAYERSERIES_COMPAT_toradex-bsp-common-layer = "gatesgarth hardknott" BB_DANGLINGAPPENDS_WARNONLY = "true" -- cgit v1.2.3