mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-06-05 02:20:16 +00:00
layer.conf: set high layer priority
Set a high layer prio to ensure that meta-raspberrypi addons are always prioritized above the depended layers. Signed-off-by: Petter Mabäcker <petter@technux.se>
This commit is contained in:
committed by
Andrei Gherzan
parent
1350ba8acf
commit
7146e12374
+1
-1
@@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb \
|
||||
|
||||
BBFILE_COLLECTIONS += "raspberrypi"
|
||||
BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_raspberrypi = "6"
|
||||
BBFILE_PRIORITY_raspberrypi = "9"
|
||||
|
||||
# Additional license directories.
|
||||
LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"
|
||||
|
||||
Reference in New Issue
Block a user