From: Robert P. J. Day Date: Tue, 24 Jul 2012 16:58:42 +0000 (-0700) Subject: documentation/bsp-guide/bsp.xml: Fixed error in sample layer.conf file. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a496b3a4c7570bfa0060639f701e8fea40779596;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git documentation/bsp-guide/bsp.xml: Fixed error in sample layer.conf file. (From yocto-docs rev: 9ea6fc5d2b9ede51668121421e448f9fffc7e7de) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 1a859601572..914c3911cc8 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}/"