diff options
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 1a85960157..914c3911cc 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -314,8 +314,8 @@ | |||
314 | BBPATH := "${BBPATH}:${LAYERDIR}" | 314 | BBPATH := "${BBPATH}:${LAYERDIR}" |
315 | 315 | ||
316 | # We have a recipes directory, add to BBFILES | 316 | # We have a recipes directory, add to BBFILES |
317 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes/*/*.bb \ | 317 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*.bb \ |
318 | ${LAYERDIR}/recipes/*/*.bbappend" | 318 | ${LAYERDIR}/recipes-*/*.bbappend" |
319 | 319 | ||
320 | BBFILE_COLLECTIONS += "bsp" | 320 | BBFILE_COLLECTIONS += "bsp" |
321 | BBFILE_PATTERN_bsp := "^${LAYERDIR}/" | 321 | BBFILE_PATTERN_bsp := "^${LAYERDIR}/" |