From 04e3b9e7ac57c2c05057a6fc12a1642444a976c9 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 5 May 2018 10:36:38 +0200 Subject: layer: add LAYERSERIES_COMPAT Signed-off-by: Max Krummenacher --- conf/layer.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3