[meta-ti] [PATCH] adjust BBPATH to be a good citizen of layer world
Khem Raj
raj.khem at gmail.com
Wed Nov 6 18:25:26 PST 2013
Currently, meta-ti appears as first path in BBPATH
rest of layers append so lets do the same
helps distros with multiple BSP layers to include meta-ti
Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/layer.conf b/conf/layer.conf
index e39bd85..faa4ac0 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -1,5 +1,5 @@
# We have a conf and classes directory, append to BBPATH
-BBPATH =. "${LAYERDIR}:"
+BBPATH .= ":${LAYERDIR}"
# We have a recipes directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
--
1.8.3.2
More information about the meta-ti
mailing list