config: refactor layer name
layer is now named netmodule-bsp Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
This commit is contained in:
parent
4bc60b0b38
commit
49008dd4ef
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue