summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-03-21 16:46:44 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-03-21 16:46:44 +0100
commita1be43113475f00a41f20aff4d60750ff5e19ccf (patch)
tree612a1459c5b07ebbe60fdca9d6069b5f004aae59 /conf
parent492fb93221f032c4d1450ec62002b4e11e832cac (diff)
layer.conf: add dunfell, drop thud, warrior in compat layer
Signed-off-by: Max Krummenacher <max.krummenacher@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 16136b7..360ae15 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 = "thud warrior zeus"
+LAYERSERIES_COMPAT_toradex-bsp-common-layer = "zeus dunfell"
BB_DANGLINGAPPENDS_WARNONLY = "true"