]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation/poky-ref-manual/ref-structure.xml: Edits to BitBake directory
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Thu, 5 Jul 2012 15:19:10 +0000 (08:19 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Jul 2012 08:39:24 +0000 (09:39 +0100)
Made a few edits to better describe how the scripts and bin/bitbake
directories are placed into the PATH variable.

Reported-by: Paul Eggleton <paul.eggleton@linux.intel.com>
(From yocto-docs rev: 1e45731898935d40db6e6705f60bdea9633255ab)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/poky-ref-manual/ref-structure.xml

index d58ebc0b711a60b40a7b148be99c523e99b186e8..fc29b95e0426599fbbb5872372f36a08f47f084b 100644 (file)
@@ -39,7 +39,8 @@
             <filename>scripts/</filename> is executed to run the main BitBake executable, 
             which resides in the <filename>bitbake/bin/</filename> directory.
             Sourcing the <link linkend="structure-core-script">oe-init-build-env</link> 
-            script places the BitBake wrapper into the shell's <filename>PATH</filename> environment 
+            script places the <filename>scripts</filename> and <filename>bitbake/bin</filename>
+            directories (in that order) into the shell's <filename>PATH</filename> environment 
             variable.
         </para>