summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-structure.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-03-27 09:01:15 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:12:53 +0100
commitdbcfb9eb1508073f1603e3cb3f89378c4ee4e373 (patch)
treeb592225f3c4a83cfc421226b9e61a1db97cdfb26 /documentation/ref-manual/ref-structure.xml
parent4277bc19fc6775f65298d108423685fe67524843 (diff)
downloadpoky-dbcfb9eb1508073f1603e3cb3f89378c4ee4e373.tar.gz
ref-manual: Minor edits to "bitbake/" section.
(From yocto-docs rev: 9d697cde9a1c5367e4529465b7c5a1443657b31b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-structure.xml')
-rw-r--r--documentation/ref-manual/ref-structure.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml
index 2fa3341e61..e14c6b426d 100644
--- a/documentation/ref-manual/ref-structure.xml
+++ b/documentation/ref-manual/ref-structure.xml
@@ -33,10 +33,12 @@
33 <title><filename>bitbake/</filename></title> 33 <title><filename>bitbake/</filename></title>
34 34
35 <para> 35 <para>
36 The <ulink url='source-directory'>Source Directory</ulink> 36 The <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>
37 includes a copy of BitBake for ease of use. 37 includes a copy of BitBake for ease of use.
38 The copy usually matches the current stable BitBake release from the BitBake project. 38 The copy usually matches the current stable BitBake release from the BitBake project.
39 BitBake, a metadata interpreter, reads the Yocto Project metadata and runs the tasks 39 BitBake, a
40 <ulink url='&YOCTO_DOCS_DEV_URL;#metadata'>Metadata</ulink>
41 interpreter, reads the Yocto Project metadata and runs the tasks
40 defined by that data. 42 defined by that data.
41 Failures are usually from the metadata and not from BitBake itself. 43 Failures are usually from the metadata and not from BitBake itself.
42 Consequently, most users do not need to worry about BitBake. 44 Consequently, most users do not need to worry about BitBake.
@@ -46,7 +48,7 @@
46 When you run the <filename>bitbake</filename> command, the wrapper script in 48 When you run the <filename>bitbake</filename> command, the wrapper script in
47 <filename>scripts/</filename> is executed to run the main BitBake executable, 49 <filename>scripts/</filename> is executed to run the main BitBake executable,
48 which resides in the <filename>bitbake/bin/</filename> directory. 50 which resides in the <filename>bitbake/bin/</filename> directory.
49 Sourcing the <link linkend="structure-core-script">&OE_INIT_FILE;</link> 51 Sourcing the <link linkend="structure-core-script"><filename>&OE_INIT_FILE;</filename></link>
50 script places the <filename>scripts</filename> and <filename>bitbake/bin</filename> 52 script places the <filename>scripts</filename> and <filename>bitbake/bin</filename>
51 directories (in that order) into the shell's <filename>PATH</filename> environment 53 directories (in that order) into the shell's <filename>PATH</filename> environment
52 variable. 54 variable.