summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-04-04 18:12:25 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-06 08:01:22 -0700
commit1cd9b0cb5bd25730baba368d562f21985e5b622f (patch)
treed5b6e59a79fcaf40ed22f291e7998cec83252912 /documentation
parente3618e1863880ad912e98b4d388806cf0e386c96 (diff)
downloadast2050-yocto-poky-1cd9b0cb5bd25730baba368d562f21985e5b622f.zip
ast2050-yocto-poky-1cd9b0cb5bd25730baba368d562f21985e5b622f.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 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
<filename>local.conf</filename>, and defines the list of places to search for
<filename class="extension">.bb</filename> files.
- By default, the BBFILES variable specifies the <filename class="directory">meta/packages/
- </filename> directory within Poky, but other directories such as
- <filename class="directory">meta-extras/</filename> can be included
- too.
+ By default, the BBFILES variable specifies the <filename class="directory">meta/recipes-*/
+ </filename> directory within Poky.
Adding extra content to BBFILES is best achieved through the use of BitBake
<link linkend='usingpoky-changes-layers'>"layers"</link>.
</para>
OpenPOWER on IntegriCloud