From 750f8980720203d892004ba26d4f76d5e9a8f449 Mon Sep 17 00:00:00 2001 From: Ramon Moesching Date: Wed, 21 Oct 2020 09:17:35 +0200 Subject: [PATCH] layer.conf: increase layer priority Higher than standard netmodule layers like bsp Signed-off-by: Ramon Moesching --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 712ac71..5d9a540 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "netmodule-wlan" BBFILE_PATTERN_netmodule-wlan = "^${LAYERDIR}/" -BBFILE_PRIORITY_netmodule-wlan = "9" +BBFILE_PRIORITY_netmodule-wlan = "11" # This should only be incremented on significant changes that will # cause compatibility issues with other layers