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 <ramon.moesching@netmodule.com>
This commit is contained in:
Ramon Moesching 2018-05-17 15:07:50 +02:00
parent 09b93a124d
commit 8fcd9ed60f
1 changed files with 4 additions and 1 deletions

View File

@ -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"