From 8fcd9ed60fed4a740dd1e6b0d9347e1a039eed1d Mon Sep 17 00:00:00 2001 From: Ramon Moesching Date: Thu, 17 May 2018 15:07:50 +0200 Subject: [PATCH] layer.conf: update layer to sumo sumo adds new LAYERSERIES_COMPAT which indicates the (tested) compatibility between yocto branches clean up some mess Signed-off-by: Ramon Moesching --- conf/layer.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 5bfbda6..c5d0fff 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -2,7 +2,8 @@ BBPATH .= ":${LAYERDIR}" # We have recipes-* directories, add to BBFILES -BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" +BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "nmrouter" BBFILE_PATTERN_nmrouter = "^${LAYERDIR}/" @@ -13,3 +14,5 @@ BBFILE_PRIORITY_nmrouter = "10" LAYERVERSION_nmrouter = "1" LAYERDEPENDS_nmrouter = "core" + +LAYERSERIES_COMPAT_nmrouter = "sumo"