[yocto] [PATCH 1/1] meta-yocto layer.conf: Append to BBPATH consistent with other layers

Scott Garman scott.a.garman at intel.com
Sun Dec 2 15:00:52 PST 2012


Trivial change to make the appending of BBPATH consistent with how
we do things in other layers.

Signed-off-by: Scott Garman <scott.a.garman at intel.com>
---
 meta-yocto/conf/layer.conf |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-yocto/conf/layer.conf b/meta-yocto/conf/layer.conf
index 7917962..68786b2 100644
--- a/meta-yocto/conf/layer.conf
+++ b/meta-yocto/conf/layer.conf
@@ -1,5 +1,5 @@
 # We have a conf and classes directory, add to BBPATH
-BBPATH := "${LAYERDIR}:${BBPATH}"
+BBPATH := "${BBPATH}:${LAYERDIR}"
 
 # We have a packages directory, add to BBFILES
 BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
-- 
1.7.9.5




More information about the yocto mailing list