summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-11-12 00:45:55 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-11-12 00:52:48 -0500
commita22618208949997cf4b6082c83ad49ab2e570d9c (patch)
tree7a7d0fb665a3a7bcd182b2e048b3d88784150d9d /conf/layer.conf
parent80a55c89371691cc66c98b12dbc7acebf09f5f53 (diff)
downloadmeta-ti-a22618208949997cf4b6082c83ad49ab2e570d9c.tar.gz
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@ti.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index e39bd85b..faa4ac02 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"