summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-05-05 10:36:38 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-04 17:09:51 +0100
commit04e3b9e7ac57c2c05057a6fc12a1642444a976c9 (patch)
tree1f46a7b15cf095a403020214d9b818b8c271df4e /conf
parent8c323acc97b3d3f8036d8495d5843ab7db1ff49e (diff)
layer: add LAYERSERIES_COMPAT
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index caa6e17..6181146 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -17,5 +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"
-BB_DANGLINGAPPENDS_WARNONLY = "true" \ No newline at end of file
+BB_DANGLINGAPPENDS_WARNONLY = "true"