layer: adjust layer configuration to new layout
yocto layer is now called: meta-netmodule-bsp Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
This commit is contained in:
parent
49008dd4ef
commit
56e22c965f
|
|
@ -6,8 +6,8 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
||||||
${LAYERDIR}/recipes-*/*/*.bbappend"
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
||||||
|
|
||||||
BBFILE_COLLECTIONS += "netmodule-bsp"
|
BBFILE_COLLECTIONS += "netmodule-bsp"
|
||||||
BBFILE_PATTERN_nmrouter = "^${LAYERDIR}/"
|
BBFILE_PATTERN_netmodule-bsp = "^${LAYERDIR}/"
|
||||||
BBFILE_PRIORITY_nmrouter = "10"
|
BBFILE_PRIORITY_netmodule-bsp = "10"
|
||||||
|
|
||||||
# This should only be incremented on significant changes that will
|
# This should only be incremented on significant changes that will
|
||||||
# cause compatibility issues with other layers
|
# cause compatibility issues with other layers
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue