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