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