From 3a8678466cd2976cc75a4e19a720a42f46fbeeec Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 3 Oct 2018 20:42:09 +0200 Subject: layer.conf: Add thud to LAYERSERIES_COMPAT 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 6181146..4a7a7f3 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 = "rocko sumo" +LAYERSERIES_COMPAT_toradex-bsp-common-layer = "sumo thud" BB_DANGLINGAPPENDS_WARNONLY = "true" -- cgit v1.2.3