summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-04-04 18:12:25 -0500
committerSaul Wold <sgw@linux.intel.com>2011-05-06 17:44:19 -0700
commit22a4bae306ac72ac3c5890b89ea56bc7fcc3e440 (patch)
tree19a1d11ebfc474e15f1e54872ded66fca9075be7 /documentation
parentdd99bbf1f30c042e172f850366fb0aca15718d9f (diff)
downloadpoky-22a4bae306ac72ac3c5890b89ea56bc7fcc3e440.tar.gz
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky-ref-manual/ref-bitbake.xml6
1 files changed, 2 insertions, 4 deletions
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 @@
80 is set, usually in 80 is set, usually in
81 <filename>local.conf</filename>, and defines the list of places to search for 81 <filename>local.conf</filename>, and defines the list of places to search for
82 <filename class="extension">.bb</filename> files. 82 <filename class="extension">.bb</filename> files.
83 By default, the BBFILES variable specifies the <filename class="directory">meta/packages/ 83 By default, the BBFILES variable specifies the <filename class="directory">meta/recipes-*/
84 </filename> directory within Poky, but other directories such as 84 </filename> directory within Poky.
85 <filename class="directory">meta-extras/</filename> can be included
86 too.
87 Adding extra content to BBFILES is best achieved through the use of BitBake 85 Adding extra content to BBFILES is best achieved through the use of BitBake
88 <link linkend='usingpoky-changes-layers'>"layers"</link>. 86 <link linkend='usingpoky-changes-layers'>"layers"</link>.
89 </para> 87 </para>