diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-03-23 17:59:37 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-26 12:13:49 +0100 |
commit | db529f9f7d9015656c67c548975d918a1908de1a (patch) | |
tree | 335e033df58b1df835a9f445f15e575be6e4ef86 /documentation | |
parent | 15057c298639f1c2b60c89c7957225e551a9a979 (diff) | |
download | poky-db529f9f7d9015656c67c548975d918a1908de1a.tar.gz |
documentation/poky-ref-manual/development.xml: another env var clarification
One last clarification of what type of environment variable we
are talking about here.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
(From yocto-docs rev: 18c537d96bde8fac7f62071585b71aed05037410)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky-ref-manual/development.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/development.xml b/documentation/poky-ref-manual/development.xml index 46f3865996..bc8ac7452a 100644 --- a/documentation/poky-ref-manual/development.xml +++ b/documentation/poky-ref-manual/development.xml | |||
@@ -291,7 +291,7 @@ | |||
291 | instead of just using <filename>gcc</filename>. | 291 | instead of just using <filename>gcc</filename>. |
292 | The same applies to other applications such as <filename>binutils</filename>, | 292 | The same applies to other applications such as <filename>binutils</filename>, |
293 | <filename>libtool</filename> and so forth. | 293 | <filename>libtool</filename> and so forth. |
294 | The Yocto Project has setup environment variables such as <filename>CC</filename> | 294 | BitBake sets up environment variables such as <filename>CC</filename> |
295 | to assist applications, such as <filename>make</filename> to find the correct tools.</para> | 295 | to assist applications, such as <filename>make</filename> to find the correct tools.</para> |
296 | <para>It is also worth noting that <filename>devshell</filename> still works over | 296 | <para>It is also worth noting that <filename>devshell</filename> still works over |
297 | X11 forwarding and similar situations</para> | 297 | X11 forwarding and similar situations</para> |