summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/site.conf.sample
diff options
context:
space:
mode:
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 b2d01d0c59..c551e8fb0c 100644
--- a/meta-yocto/conf/site.conf.sample
+++ b/meta-yocto/conf/site.conf.sample
@@ -19,10 +19,10 @@ SCONF_VERSION = "1"
19# To use git with a proxy, you must use an external git proxy command, such as 19# To use git with a proxy, you must use an external git proxy command, such as
20# the one provided by scripts/oe-git-proxy.sh. To use this script, copy it to 20# the one provided by scripts/oe-git-proxy.sh. To use this script, copy it to
21# your PATH and uncomment the following: 21# your PATH and uncomment the following:
22#GIT_PROXY_COMMAND="oe-git-proxy" 22#GIT_PROXY_COMMAND ?= "oe-git-proxy"
23#ALL_PROXY="socks://socks.example.com:1080" 23#ALL_PROXY ?= "socks://socks.example.com:1080"
24#or 24#or
25#ALL_PROXY="https://proxy.example.com:8080" 25#ALL_PROXY ?= "https://proxy.example.com:8080"
26# If you wish to use certain hosts without the proxy, specify them in NO_PROXY. 26# If you wish to use certain hosts without the proxy, specify them in NO_PROXY.
27# See the script for details on syntax. 27# See the script for details on syntax.
28 28