diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-07-05 08:19:10 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-06 09:39:24 +0100 |
| commit | cb2e0ee066171bee34ac306f1faf173bde70c0e7 (patch) | |
| tree | 697ccf40f7df9167af94116e003ec2f916d3e6e9 | |
| parent | ef098d575e8c6343be48fbd6dbeb96bb5492fcfa (diff) | |
| download | poky-cb2e0ee066171bee34ac306f1faf173bde70c0e7.tar.gz | |
documentation/poky-ref-manual/ref-structure.xml: Edits to BitBake directory
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>
| -rw-r--r-- | documentation/poky-ref-manual/ref-structure.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-structure.xml b/documentation/poky-ref-manual/ref-structure.xml index d58ebc0b71..fc29b95e04 100644 --- a/documentation/poky-ref-manual/ref-structure.xml +++ b/documentation/poky-ref-manual/ref-structure.xml | |||
| @@ -39,7 +39,8 @@ | |||
| 39 | <filename>scripts/</filename> is executed to run the main BitBake executable, | 39 | <filename>scripts/</filename> is executed to run the main BitBake executable, |
| 40 | which resides in the <filename>bitbake/bin/</filename> directory. | 40 | which resides in the <filename>bitbake/bin/</filename> directory. |
| 41 | Sourcing the <link linkend="structure-core-script">oe-init-build-env</link> | 41 | Sourcing the <link linkend="structure-core-script">oe-init-build-env</link> |
| 42 | script places the BitBake wrapper into the shell's <filename>PATH</filename> environment | 42 | script places the <filename>scripts</filename> and <filename>bitbake/bin</filename> |
| 43 | directories (in that order) into the shell's <filename>PATH</filename> environment | ||
| 43 | variable. | 44 | variable. |
| 44 | </para> | 45 | </para> |
| 45 | 46 | ||
