From 225f5d5255b3b0f2c4bc3d4cf65e9bc8f848a82e Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 23 Mar 2021 10:14:17 +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(-) diff --git a/conf/layer.conf b/conf/layer.conf index e9416d1..c8da5eb 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 = "dunfell gatesgarth" +LAYERSERIES_COMPAT_toradex-tegra-layer = "gatesgarth hardknott" -- cgit v1.2.3