config: refactor layer name

layer is now named netmodule-bsp

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
This commit is contained in:
Patrick Zysset 2018-08-30 16:56:52 +02:00
parent 4bc60b0b38
commit 49008dd4ef
1 changed files with 4 additions and 4 deletions

View File

@ -5,14 +5,14 @@ BBPATH .= ":${LAYERDIR}"
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "nmrouter"
BBFILE_COLLECTIONS += "netmodule-bsp"
BBFILE_PATTERN_nmrouter = "^${LAYERDIR}/"
BBFILE_PRIORITY_nmrouter = "10"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_nmrouter = "1"
LAYERVERSION_netmodule-bsp = "1"
LAYERDEPENDS_nmrouter = "core"
LAYERDEPENDS_netmodule-bsp = "core"
LAYERSERIES_COMPAT_nmrouter = "sumo"
LAYERSERIES_COMPAT_netmodule-bsp = "sumo"