summaryrefslogtreecommitdiffstats
path: root/documentation
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
parent18de2330238f29c0264b13ab3ec681bbc2e25ef6 (diff)
downloadpoky-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')
-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}/"