diff --git a/conf/layer.conf b/conf/layer.conf index c5d0fff..4a0b92a 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -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"