diff options
| -rw-r--r-- | 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 47722bb656..ecf64319fd 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" | 
