]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: add ssh to HOSTTOOLS_NONFATAL
authorChen Qi <Qi.Chen@windriver.com>
Mon, 12 Feb 2018 10:19:18 +0000 (10:19 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 4 Mar 2018 13:19:12 +0000 (13:19 +0000)
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@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf

index 2dac3a1481eb894f3630916560fef4ee0f7d7eb7..3ef7f7ae21db36dbc64e7347d2379587b3d1c378 100644 (file)
@@ -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"