summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/site.conf.sample
diff options
context:
space:
mode:
authorJesse Zhang <sen.zhang@windriver.com>2013-06-06 06:20:27 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-17 16:27:59 +0100
commit7f58f4c5f4e0a49b002124636d1f1c568d17bbbc (patch)
tree927ca96328de096283f6c5bbc1f09fb67b5217d5 /meta-yocto/conf/site.conf.sample
parentbaff2630b3c883c37bcc33d984453e14a0d4a206 (diff)
downloadast2050-yocto-poky-7f58f4c5f4e0a49b002124636d1f1c568d17bbbc.zip
ast2050-yocto-poky-7f58f4c5f4e0a49b002124636d1f1c568d17bbbc.tar.gz
local.conf.sample: use ?= to assign BB_ENV_EXTRAWHITE variables
Use ?= so that the BB_ENV_EXTRAWHITE variables can be overridden from the environment. [YOCTO #4367] Signed-off-by: Jesse Zhang <sen.zhang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf/site.conf.sample')
-rw-r--r--meta-yocto/conf/site.conf.sample6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-yocto/conf/site.conf.sample b/meta-yocto/conf/site.conf.sample
index b2d01d0..c551e8f 100644
--- a/meta-yocto/conf/site.conf.sample
+++ b/meta-yocto/conf/site.conf.sample
@@ -19,10 +19,10 @@ SCONF_VERSION = "1"
# To use git with a proxy, you must use an external git proxy command, such as
# the one provided by scripts/oe-git-proxy.sh. To use this script, copy it to
# your PATH and uncomment the following:
-#GIT_PROXY_COMMAND="oe-git-proxy"
-#ALL_PROXY="socks://socks.example.com:1080"
+#GIT_PROXY_COMMAND ?= "oe-git-proxy"
+#ALL_PROXY ?= "socks://socks.example.com:1080"
#or
-#ALL_PROXY="https://proxy.example.com:8080"
+#ALL_PROXY ?= "https://proxy.example.com:8080"
# If you wish to use certain hosts without the proxy, specify them in NO_PROXY.
# See the script for details on syntax.
OpenPOWER on IntegriCloud