FIX: [conf] change bbfile prio from 9 to 11

BugzId: 67886
This commit is contained in:
Patrick Walther 2020-11-06 18:39:45 +01:00
parent 3de6fe9e8c
commit 64bec25a6f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "netmodule-wlan" BBFILE_COLLECTIONS += "netmodule-wlan"
BBFILE_PATTERN_netmodule-wlan = "^${LAYERDIR}/" 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 # This should only be incremented on significant changes that will
# cause compatibility issues with other layers # cause compatibility issues with other layers