[meta-ti] Denys Dmytriyenko : layer.conf: prepend instead of append to sort before oe-core in BBPATH
Arago Project git
git at arago-project.org
Tue Nov 5 10:36:27 PST 2013
Module: meta-ti
Branch: master
Commit: 35234fa93748f72d1309ee3904400e02807ba890
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=35234fa93748f72d1309ee3904400e02807ba890
Author: Denys Dmytriyenko <denys at ti.com>
Date: Mon Nov 4 15:00:32 2013 -0500
layer.conf: prepend instead of append to sort before oe-core in BBPATH
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 files changed, 1 insertions(+), 1 deletions(-)
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"
More information about the meta-ti
mailing list