From dbcfb9eb1508073f1603e3cb3f89378c4ee4e373 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 27 Mar 2013 09:01:15 -0700 Subject: [PATCH] ref-manual: Minor edits to "bitbake/" section. (From yocto-docs rev: 9d697cde9a1c5367e4529465b7c5a1443657b31b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-structure.xml | 8 +++++--- 1 file 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 @@ <filename>bitbake/</filename> - The Source Directory + The Source Directory includes a copy of BitBake for ease of use. The copy usually matches the current stable BitBake release from the BitBake project. - BitBake, a metadata interpreter, reads the Yocto Project metadata and runs the tasks + BitBake, a + Metadata + interpreter, reads the Yocto Project metadata and runs the tasks defined by that data. Failures are usually from the metadata and not from BitBake itself. Consequently, most users do not need to worry about BitBake. @@ -46,7 +48,7 @@ When you run the bitbake command, the wrapper script in scripts/ is executed to run the main BitBake executable, which resides in the bitbake/bin/ directory. - Sourcing the &OE_INIT_FILE; + Sourcing the &OE_INIT_FILE; script places the scripts and bitbake/bin directories (in that order) into the shell's PATH environment variable.