From a45cbbcfaa99e1ccb034e50f6ee2c71fef624fc0 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Thu, 12 Apr 2018 02:45:26 +0500 Subject: [PATCH] layer.conf: set LAYERSERIES_COMPAT Signed-off-by: Christopher Larson --- conf/layer.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/layer.conf b/conf/layer.conf index 8e85eb7..74ebe9d 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -6,6 +6,7 @@ BBFILE_PRIORITY_external-toolchain = "1" BBFILE_PATTERN_external-toolchain = "^${LAYERDIR}/" LAYERDEPENDS_external-toolchain = "core" +LAYERSERIES_COMPAT_external-toolchain = "sumo" LAYERDIR_external-toolchain = "${LAYERDIR}" BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.%s' % (layer, ext) \