From 3f953883f3270863ca505b2fe274d56ad70fbdcd Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Sun, 13 Oct 2019 16:38:22 +0200 Subject: layer.conf: Add zeus to compatible release series Also drop 'sumo' from compatible release series since we have not tested that for a long time, so it's probably not supported any more. Signed-off-by: Ming Liu --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 6365219..16136b7 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 = "sumo thud warrior" +LAYERSERIES_COMPAT_toradex-bsp-common-layer = "thud warrior zeus" BB_DANGLINGAPPENDS_WARNONLY = "true" -- cgit v1.2.3