[oe-commits] [openembedded-core] branch pyro updated: bitbake.conf: add ssh to HOSTTOOLS_NONFATAL

git at git.openembedded.org git at git.openembedded.org
Sun Mar 4 13:20:05 UTC 2018


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

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

The following commit(s) were added to refs/heads/pyro by this push:
     new 9be68b7  bitbake.conf: add ssh to HOSTTOOLS_NONFATAL
9be68b7 is described below

commit 9be68b7fd09f9925c22797b0c99a3db7d460c223
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Mon Feb 12 10:19:18 2018 +0000

    bitbake.conf: add ssh to HOSTTOOLS_NONFATAL
    
    We changed to make tools required by testimage to be included conditionally.
    This resulted in users who use ssh for git fetching having failures.
    
    Add ssh to HOSTTOOLS_NONFATAL to make things work for the above situation.
    
    [YOCTO #12227]
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 2dac3a1..3ef7f7a 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -472,7 +472,7 @@ HOSTTOOLS += " \
 HOSTTOOLS += "ip ping ps scp ssh stty"
 
 # Link to these if present
-HOSTTOOLS_NONFATAL += "aws ccache gcc-ar gpg ld.bfd ld.gold nc sftp socat sudo"
+HOSTTOOLS_NONFATAL += "aws ccache gcc-ar gpg ld.bfd ld.gold nc sftp socat ssh sudo"
 
 # Temporary add few more detected in bitbake world
 HOSTTOOLS_NONFATAL += "join nl size yes zcat"

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


More information about the Openembedded-commits mailing list