[meta-ti] [PATCH] layer.conf: prepend instead of append to sort before oe-core in BBPATH
Denys Dmytriyenko
denis at denix.org
Mon Nov 4 12:04:41 PST 2013
From: Denys Dmytriyenko <denys at ti.com>
This helps avoid bblayers.conf ordering issues, when temporarily overriding
files from oe-core in meta-ti.
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
conf/layer.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/layer.conf b/conf/layer.conf
index faa4ac0..e39bd85 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