summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-03-23 17:15:08 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-26 12:13:49 +0100
commitceaf19ff678e43cb939a321c89ec36654586846e (patch)
treef4b87bf0389328ac68ff5514afdd1a45ba94962f /documentation/poky-ref-manual
parent4096fb2d0148103541c9b9b9e6920ae989ca1105 (diff)
downloadpoky-ceaf19ff678e43cb939a321c89ec36654586846e.tar.gz
documentation/poky-ref-manual/ref-structure.xml: Clearer variable ref
There is confusion in the manual regarding shell environment variables and BitBake environment variables. I fixed this instance to specify shell environment variable. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: f6cd520323e12124217975cff09d03a6f5e03936) 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')
-rw-r--r--documentation/poky-ref-manual/ref-structure.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-structure.xml b/documentation/poky-ref-manual/ref-structure.xml
index 3af4139151..0886a146b3 100644
--- a/documentation/poky-ref-manual/ref-structure.xml
+++ b/documentation/poky-ref-manual/ref-structure.xml
@@ -34,7 +34,7 @@
34 from BitBake itself. 34 from BitBake itself.
35 Consequently, most users do not need to worry about BitBake. 35 Consequently, most users do not need to worry about BitBake.
36 The <filename>bitbake/bin/</filename> directory is placed 36 The <filename>bitbake/bin/</filename> directory is placed
37 into the <filename>PATH</filename> environment variable by the 37 into the shell's <filename>PATH</filename> environment variable by the
38 <link linkend="structure-core-script">oe-init-build-env</link> script. 38 <link linkend="structure-core-script">oe-init-build-env</link> script.
39 </para> 39 </para>
40 40