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/ | |||
117 | <para> | 117 | <para> |
118 | <programlisting> | 118 | <programlisting> |
119 | # We have a conf directory, add to BBPATH | 119 | # We have a conf directory, add to BBPATH |
120 | BBPATH := "${BBPATH}${LAYERDIR}" | 120 | BBPATH := "${BBPATH}:${LAYERDIR}" |
121 | 121 | ||
122 | # We have a recipes directory containing .bb and .bbappend files, add to BBFILES | 122 | # We have a recipes directory containing .bb and .bbappend files, add to BBFILES |
123 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes/*/*.bb \ ${LAYERDIR}/recipes/*/*.bbappend" | 123 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes/*/*.bb \ ${LAYERDIR}/recipes/*/*.bbappend" |