From 56e22c965fe9708af8bcfa22b77d15abd63f1e09 Mon Sep 17 00:00:00 2001 From: Patrick Zysset Date: Tue, 11 Sep 2018 01:50:09 +0200 Subject: [PATCH] layer: adjust layer configuration to new layout yocto layer is now called: meta-netmodule-bsp Signed-off-by: Patrick Zysset --- conf/layer.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index 4a0b92a..bf08e4b 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -6,8 +6,8 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "netmodule-bsp" -BBFILE_PATTERN_nmrouter = "^${LAYERDIR}/" -BBFILE_PRIORITY_nmrouter = "10" +BBFILE_PATTERN_netmodule-bsp = "^${LAYERDIR}/" +BBFILE_PRIORITY_netmodule-bsp = "10" # This should only be incremented on significant changes that will # cause compatibility issues with other layers