summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/site.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'meta-poky/conf/site.conf.sample')
-rw-r--r--meta-poky/conf/site.conf.sample4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-poky/conf/site.conf.sample b/meta-poky/conf/site.conf.sample
index 6cfefc574a..a4c2f9feed 100644
--- a/meta-poky/conf/site.conf.sample
+++ b/meta-poky/conf/site.conf.sample
@@ -24,7 +24,9 @@ SCONF_VERSION = "1"
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. The script oe-git-proxy uses some tools
28# that may not be included on HOSTTOOLS, thus add them manually through
29# HOSTTOOLS += "getent seq"
28 30
29# Uncomment this to use a shared download directory 31# Uncomment this to use a shared download directory
30#DL_DIR = "/some/shared/download/directory/" 32#DL_DIR = "/some/shared/download/directory/"