bsp-guide: correct BBPATH example

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

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
Darren Hart 2010-12-11 07:24:48 -08:00 committed by Saul Wold
parent ef8e0d6f38
commit e7f5bc2504
1 changed files with 1 additions and 1 deletions

View File

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