From 49008dd4ef25b53aa4548f0e715d9c43585a289f Mon Sep 17 00:00:00 2001 From: Patrick Zysset Date: Thu, 30 Aug 2018 16:56:52 +0200 Subject: [PATCH] config: refactor layer name layer is now named netmodule-bsp Signed-off-by: Patrick Zysset --- conf/layer.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"