1
0
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:
Koen Kooi
2011-04-21 16:13:41 +02:00
parent 6411cef815
commit db0c52ea92
+3 -3
View File
@@ -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"