From 3e7d531c59374d3f41305ac4c9e262d6d675c7fd Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Mon, 12 Feb 2018 10:19:18 +0000 Subject: 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] (From OE-Core rev: 9be68b7fd09f9925c22797b0c99a3db7d460c223) Signed-off-by: Chen Qi Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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 2dac3a1481..3ef7f7ae21 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" -- cgit v1.2.3-54-g00ecf