All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] adjust BBPATH to be a good citizen of layer world
@ 2013-11-07  2:25 Khem Raj
  2013-11-07  4:29 ` Maupin, Chase
  2013-11-07 17:01 ` Denys Dmytriyenko
  0 siblings, 2 replies; 14+ messages in thread
From: Khem Raj @ 2013-11-07  2:25 UTC (permalink / raw)
  To: meta-ti

Currently, meta-ti appears as first path in BBPATH
rest of layers append so lets do the same

helps distros with multiple BSP layers to include meta-ti

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
-- 
1.8.3.2



^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2013-11-07 18:41 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-07  2:25 [PATCH] adjust BBPATH to be a good citizen of layer world Khem Raj
2013-11-07  4:29 ` Maupin, Chase
2013-11-07  4:55   ` Khem Raj
2013-11-07 16:59     ` Denys Dmytriyenko
2013-11-07 17:15       ` Khem Raj
2013-11-07 17:37         ` Denys Dmytriyenko
2013-11-07 17:42           ` Khem Raj
2013-11-07 17:47             ` Denys Dmytriyenko
2013-11-07 17:57               ` Khem Raj
2013-11-07 18:20                 ` Denys Dmytriyenko
2013-11-07 18:41                   ` Khem Raj
2013-11-07 17:01 ` Denys Dmytriyenko
2013-11-07 17:33   ` Khem Raj
2013-11-07 17:41     ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.