]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
site.conf.sample: document oe-git-proxy required tools for HOSTTOOLS
authorLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Thu, 7 Jun 2018 19:14:00 +0000 (14:14 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Jun 2018 10:09:40 +0000 (11:09 +0100)
The script oe-git-proxy uses some tools that may not be included
on HOSTTOOLS, thus add the proper documentation.

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/conf/site.conf.sample

index 6cfefc574a40401b630a8ec61f03d881ff66ca2a..a4c2f9feed968e4cdc0e032ec1ba5c790b5cf9c3 100644 (file)
@@ -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 seq"
 
 # Uncomment this to use a shared download directory
 #DL_DIR = "/some/shared/download/directory/"