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:
parent
09b93a124d
commit
8fcd9ed60f
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue