From 64bec25a6fc9c210e42017617a3799c9032751a9 Mon Sep 17 00:00:00 2001 From: Patrick Walther Date: Fri, 6 Nov 2020 18:39:45 +0100 Subject: [PATCH] FIX: [conf] change bbfile prio from 9 to 11 BugzId: 67886 --- 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