summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2019-10-13 16:38:22 +0200
committerMing Liu <ming.liu@toradex.com>2019-10-13 16:38:22 +0200
commit3f953883f3270863ca505b2fe274d56ad70fbdcd (patch)
tree36816eef38cf03237ce52bec87a92a2876c2b58f /conf
parent185dbf2fcfa5d0020bb853ce6b3f04c1b846a308 (diff)
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 <ming.liu@toradex.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
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"