[oe-commits] [openembedded-core] 64/68: site.conf.sample: document oe-git-proxy required tools for HOSTTOOLS

git at git.openembedded.org git at git.openembedded.org
Mon Jul 2 10:47:26 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch sumo
in repository openembedded-core.

commit d3c71041573a2562ece895b9561f4f0d5d600605
Author: Leonardo Sandoval <leonardo.sandoval.gonzalez at linux.intel.com>
AuthorDate: Thu Jun 7 14:14:00 2018 -0500

    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 at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/conf/site.conf.sample | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/conf/site.conf.sample b/meta/conf/site.conf.sample
index 6cfefc5..a4c2f9f 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/"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list