diff options
author | Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com> | 2018-06-07 14:14:00 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-15 11:09:40 +0100 |
commit | d5266f8f209cb80d9adb06e9cfc60515337a9398 (patch) | |
tree | fc268e08ae806ec86d1948a04ddec8b507299376 | |
parent | 46275ed3de30e6095b0d7ef71aad842e5ea9fe30 (diff) | |
download | openembedded-core-d5266f8f209cb80d9adb06e9cfc60515337a9398.tar.gz openembedded-core-d5266f8f209cb80d9adb06e9cfc60515337a9398.tar.bz2 openembedded-core-d5266f8f209cb80d9adb06e9cfc60515337a9398.zip |
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.
Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/conf/site.conf.sample | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/conf/site.conf.sample b/meta/conf/site.conf.sample index 6cfefc574a..a4c2f9feed 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 seq" # Uncomment this to use a shared download directory #DL_DIR = "/some/shared/download/directory/" |