aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide/bsp.xml
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2012-07-24 09:58:42 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-26 14:40:49 +0100
commita496b3a4c7570bfa0060639f701e8fea40779596 (patch)
tree6005f49ecdcd81522fb5f9f457976b3701b6664d /documentation/bsp-guide/bsp.xml
parent18de2330238f29c0264b13ab3ec681bbc2e25ef6 (diff)
downloadopenembedded-core-contrib-a496b3a4c7570bfa0060639f701e8fea40779596.tar.gz
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>
Diffstat (limited to 'documentation/bsp-guide/bsp.xml')
-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 @@
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}/"