aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-02-08 11:14:28 +0000
committerKhem Raj <raj.khem@gmail.com>2010-02-10 12:54:10 -0800
commit3f602f72f0936ef773aa4767636d41bb82ecf3b0 (patch)
tree31efee21b6e0e07b2b135c245eaa88df7be2106d
parentf4b798241eca0ea18a31f9e87a40f440df2d9fde (diff)
downloadopenembedded-3f602f72f0936ef773aa4767636d41bb82ecf3b0.tar.gz
local.conf.sample: Document proxy setup.
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--conf/local.conf.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index 643ae0b611..e7c4559039 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -30,6 +30,9 @@ BBFILES := "${@bb.fatal('Edit your conf/local.conf: BBFILES')}"
# This is a regulary expression, so be sure to get your parenthesis balanced.
BBMASK = ""
+# Proxy settings:
+# BB_ENV_EXTRAWHITE="http_proxy ftp_proxy no_proxy"
+
# Uncomment this if you want to use a prebuilt toolchain. You will need to
# provide packages for toolchain and additional libraries yourself. You also
# have to set PATH in your environment to make sure BitBake finds additional binaries.