documentation/bsp-guide/bsp.xml: Fixed error in sample layer.conf file.

(From yocto-docs rev: 9ea6fc5d2b9ede51668121421e448f9fffc7e7de)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert P. J. Day 2012-07-24 09:58:42 -07:00 committed by Richard Purdie
parent 18de233023
commit a496b3a4c7
1 changed files with 2 additions and 2 deletions

View File

@ -314,8 +314,8 @@
BBPATH := "${BBPATH}:${LAYERDIR}"
# We have a recipes directory, add to BBFILES
BBFILES := "${BBFILES} ${LAYERDIR}/recipes/*/*.bb \
${LAYERDIR}/recipes/*/*.bbappend"
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*.bb \
${LAYERDIR}/recipes-*/*.bbappend"
BBFILE_COLLECTIONS += "bsp"
BBFILE_PATTERN_bsp := "^${LAYERDIR}/"