From 15057c298639f1c2b60c89c7957225e551a9a979 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 23 Mar 2012 17:26:49 -0600 Subject: 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 (From yocto-docs rev: 123bb91a3954c98378cdd8bba0a35311eb53f37a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/faq.xml | 2 +- documentation/poky-ref-manual/ref-bitbake.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/poky-ref-manual') diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml index 0a64147523..249a28d8f4 100644 --- a/documentation/poky-ref-manual/faq.xml +++ b/documentation/poky-ref-manual/faq.xml @@ -572,7 +572,7 @@ any network accesses to anything other than the PREMIRROR would fail. - Poky also honors the standard environment variables + Poky also honors the standard shell environment variables http_proxy, ftp_proxy, https_proxy, and all_proxy to redirect requests through proxy servers. 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 @@ The first thing BitBake does is look for the bitbake.conf file. The Yocto Project keeps this file in the Yocto Project file's meta/conf/ directory. - BitBake finds it by examining the BBPATH environment + BitBake finds it by examining its BBPATH environment variable and looking for the meta/conf/ directory. @@ -54,7 +54,7 @@ and the machine configuration file (set by the MACHINE variable). - The DISTRO and MACHINE environment + The DISTRO and MACHINE BitBake environment variables are both usually set in the local.conf file. Valid distribution -- cgit v1.2.3-54-g00ecf