From 832d41be5b0b7d8c23c927dc3db44d3c9b073fb6 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 17 Oct 2020 18:47:59 +0200 Subject: .conf: Make layer compatible only with dunfell and gatesgarth 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 360ae15..7dc30bc 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 = "zeus dunfell" +LAYERSERIES_COMPAT_toradex-bsp-common-layer = "dunfell gatesgarth" BB_DANGLINGAPPENDS_WARNONLY = "true" -- cgit v1.2.3