[poky] [PATCH 1/2] bsp-guide: correct BBPATH example

Darren Hart dvhart at linux.intel.com
Sat Dec 11 07:24:48 PST 2010


The BBPATH example was missing a : to separate the path elements.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
---
 documentation/bsp-guide/bsp.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index 47722bb..ecf6431 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -117,7 +117,7 @@ meta-bsp/prebuilds/
             <para>
                <programlisting>
 # We have a conf directory, add to BBPATH
-BBPATH := "${BBPATH}${LAYERDIR}"
+BBPATH := "${BBPATH}:${LAYERDIR}"
 
 # We have a recipes directory containing .bb and .bbappend files, add to BBFILES
 BBFILES := "${BBFILES} ${LAYERDIR}/recipes/*/*.bb \ ${LAYERDIR}/recipes/*/*.bbappend"
-- 
1.7.0.4




More information about the poky mailing list