From b0b9a677472f927561a11d1b7a55ccd573012645 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 17 Oct 2020 19:08:48 +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(-) diff --git a/conf/layer.conf b/conf/layer.conf index 6000bd8..e9416d1 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -17,4 +17,4 @@ BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.bb' % layer \ for layer in BBFILE_COLLECTIONS.split())}" LAYERDEPENDS_toradex-tegra-layer = "core" -LAYERSERIES_COMPAT_toradex-tegra-layer = "zeus dunfell" +LAYERSERIES_COMPAT_toradex-tegra-layer = "dunfell gatesgarth" -- cgit v1.2.3