summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-11-04 15:00:32 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-11-05 13:37:22 -0500
commitdabd83e96fe99d0c3d1a88be4d1637831526d217 (patch)
tree5d1e3c3ecb28032a8718256565c5449d25ddf8b3
parent400dc74ceb551281cedd2e3ed0d30af2e3cf5e9b (diff)
downloadmeta-ti-dabd83e96fe99d0c3d1a88be4d1637831526d217.tar.gz
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@ti.com>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index faa4ac02..e39bd85b 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -1,5 +1,5 @@
1# We have a conf and classes directory, append to BBPATH 1# We have a conf and classes directory, append to BBPATH
2BBPATH .= ":${LAYERDIR}" 2BBPATH =. "${LAYERDIR}:"
3 3
4# We have a recipes directory, add to BBFILES 4# We have a recipes directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" 5BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"