mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-30 15:30:28 +00:00
layer.conf: fix overrides
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
+3
-3
@@ -5,6 +5,6 @@ BBPATH := "${LAYERDIR}:${BBPATH}"
|
|||||||
BBFILES := "${BBFILES} ${LAYERDIR}/recipes*/*/*.bb \
|
BBFILES := "${BBFILES} ${LAYERDIR}/recipes*/*/*.bb \
|
||||||
${LAYERDIR}/recipes*/*/*.bbappend"
|
${LAYERDIR}/recipes*/*/*.bbappend"
|
||||||
|
|
||||||
BBFILE_COLLECTIONS += "beagle-bsp"
|
BBFILE_COLLECTIONS += "meta-ti"
|
||||||
BBFILE_PATTERN_beagle-bsp := "^${LAYERDIR}/"
|
BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/"
|
||||||
BBFILE_PRIORITY_beagle-bsp = "10"
|
BBFILE_PRIORITY_meta-ti = "10"
|
||||||
|
|||||||
Reference in New Issue
Block a user