diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-03-23 17:26:49 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-26 12:13:49 +0100 |
commit | 15057c298639f1c2b60c89c7957225e551a9a979 (patch) | |
tree | a7c3bf241b6f942c3574b2a9f0df181ce816d15f /documentation/poky-ref-manual/ref-bitbake.xml | |
parent | 264e5978e4c63023fa41c679e5a3002b2e28ab53 (diff) | |
download | poky-15057c298639f1c2b60c89c7957225e551a9a979.tar.gz |
documentation/poky-ref-manual: cleared up environment variable ambiguity
Some instances in the manual where it was not clear on whether
the subject was a shell environment variable or a BitBake
environment variable. I cleared these up.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
(From yocto-docs rev: 123bb91a3954c98378cdd8bba0a35311eb53f37a)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/ref-bitbake.xml')
-rw-r--r-- | documentation/poky-ref-manual/ref-bitbake.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml index e8a5dc60ab..fa8c624c1c 100644 --- a/documentation/poky-ref-manual/ref-bitbake.xml +++ b/documentation/poky-ref-manual/ref-bitbake.xml | |||
@@ -36,7 +36,7 @@ | |||
36 | The first thing BitBake does is look for the <filename>bitbake.conf</filename> file. | 36 | The first thing BitBake does is look for the <filename>bitbake.conf</filename> file. |
37 | The Yocto Project keeps this file in the Yocto Project file's <filename>meta/conf/</filename> | 37 | The Yocto Project keeps this file in the Yocto Project file's <filename>meta/conf/</filename> |
38 | directory. | 38 | directory. |
39 | BitBake finds it by examining the <filename>BBPATH</filename> environment | 39 | BitBake finds it by examining its <filename>BBPATH</filename> environment |
40 | variable and looking for the <filename>meta/conf/</filename> | 40 | variable and looking for the <filename>meta/conf/</filename> |
41 | directory. | 41 | directory. |
42 | </para> | 42 | </para> |
@@ -54,7 +54,7 @@ | |||
54 | and the machine configuration file | 54 | and the machine configuration file |
55 | (set by the | 55 | (set by the |
56 | <filename><link linkend='var-MACHINE'>MACHINE</link></filename> variable). | 56 | <filename><link linkend='var-MACHINE'>MACHINE</link></filename> variable). |
57 | The <filename>DISTRO</filename> and <filename>MACHINE</filename> environment | 57 | The <filename>DISTRO</filename> and <filename>MACHINE</filename> BitBake environment |
58 | variables are both usually set in | 58 | variables are both usually set in |
59 | the <filename>local.conf</filename> file. | 59 | the <filename>local.conf</filename> file. |
60 | Valid distribution | 60 | Valid distribution |