summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-10-03 20:42:09 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-04 17:09:51 +0100
commit3a8678466cd2976cc75a4e19a720a42f46fbeeec (patch)
tree62892c09f9f87bc1f1f4954070795db52968b666
parent6b7c2a610628f08915c11c42e96908b3867add3f (diff)
layer.conf: Add thud to LAYERSERIES_COMPAT
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
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"