[meta-ti] Denys Dmytriyenko : layer.conf: revert previous prepending to BBPATH change
Arago Project git
git at arago-project.org
Mon Nov 11 21:53:18 PST 2013
Module: meta-ti
Branch: master
Commit: a22618208949997cf4b6082c83ad49ab2e570d9c
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=a22618208949997cf4b6082c83ad49ab2e570d9c
Author: Denys Dmytriyenko <denys at ti.com>
Date: Tue Nov 12 00:45:55 2013 -0500
layer.conf: revert previous prepending to BBPATH change
This reverts commit 35234fa93748f72d1309ee3904400e02807ba890.
This was mainly needed for DTB fix that is specific to dylan branch and
is not required for master, plus it complicates life for other layers.
There is still a problem with Poky when manually adding layers and not
thinking about the correct order...
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 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"
More information about the meta-ti
mailing list