From: Scott Rifenbark Date: Mon, 4 Apr 2011 23:12:25 +0000 (-0500) Subject: documentation/poky-ref-manual/ref-bitbake.xml: BitBake parsing section update X-Git-Tag: 2011-1~1833 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c48325b1f23201a1e7790bfd7c52191baf14878f;p=openembedded-core.git documentation/poky-ref-manual/ref-bitbake.xml: BitBake parsing section update In section B.1 (Parsing) it said that BBFILES variable by default specified the direcotyr 'meta/packages/' as the place to look for .bb files. This directory is invalid and needed to be changed to 'meta/packages/'. Signed-off-by: Scott Rifenbark --- diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml index 4bea1e42da..d870387aa0 100644 --- a/documentation/poky-ref-manual/ref-bitbake.xml +++ b/documentation/poky-ref-manual/ref-bitbake.xml @@ -80,10 +80,8 @@ is set, usually in local.conf, and defines the list of places to search for .bb files. - By default, the BBFILES variable specifies the meta/packages/ - directory within Poky, but other directories such as - meta-extras/ can be included - too. + By default, the BBFILES variable specifies the meta/recipes-*/ + directory within Poky. Adding extra content to BBFILES is best achieved through the use of BitBake "layers".