summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>2018-06-07 14:14:00 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-15 17:57:30 +0100
commit0beae3326a89060d353bf177f5acb10e12421793 (patch)
tree6a27b7cf20f8d791bd6691e6673d4f6c4ff8e2bd /meta-poky
parenta0cb1021c04c37b972bbf3d3626c7eef8a9876d1 (diff)
downloadpoky-0beae3326a89060d353bf177f5acb10e12421793.tar.gz
site.conf.sample: document oe-git-proxy required tools for HOSTTOOLS
The script oe-git-proxy uses some tools that may not be included on HOSTTOOLS, thus add the proper documentation. (From meta-yocto rev: 737702c175691db679d513a05b1800a14da35c74) Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-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/"