Fixed. See "docs-in-progress" for the change. Thanks Robert. Scott
-----Original Message----- From: Robert P. J. Day [mailto:[email protected]] Sent: Tuesday, July 24, 2012 9:48 AM To: Yocto discussion list Cc: Rifenbark, Scott M Subject: bsp-guide: fix apparent error in sample layer.conf file Signed-off-by: Robert P. J. Day <[email protected]> --- diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 1a85960..e9a7cf4 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}/" -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ======================================================================== _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
