From 1cd9b0cb5bd25730baba368d562f21985e5b622f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 4 Apr 2011 18:12:25 -0500 Subject: 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/'. (From OE-Core rev: c48325b1f23201a1e7790bfd7c52191baf14878f) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-bitbake.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'documentation') diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml index 4bea1e4..d870387 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". -- cgit v1.1