summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r--documentation/bsp-guide/bsp.xml4
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}/"