From 4b40e16117a089c7629fd611af5c89f16ff43b4b Mon Sep 17 00:00:00 2001 From: Martin Borg Date: Tue, 10 Jul 2018 10:48:50 +0200 Subject: layer.conf: add LAYERSERIES_COMPAT Signed-off-by: Martin Borg --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 601bd1b..6a3e2fc 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -10,3 +10,5 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "el-common" BBFILE_PATTERN_el-common = "^${LAYERDIR}/" BBFILE_PRIORITY_el-common = "5" + +LAYERSERIES_COMPAT_el-common = "sumo" -- cgit v1.2.3-54-g00ecf