layer.conf: increase layer priority
Higher than standard netmodule layers like bsp Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
This commit is contained in:
parent
dc8dac0f21
commit
750f898072
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue