summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2018-02-12 10:19:18 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-04 13:19:21 +0000
commit3e7d531c59374d3f41305ac4c9e262d6d675c7fd (patch)
treee2d1638b35a6913bd046da04a70cbc96015ee1b1
parent97f25380090e94cd466de42c2430ac39fcf18cf9 (diff)
downloadpoky-3e7d531c59374d3f41305ac4c9e262d6d675c7fd.tar.gz
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 <Qi.Chen@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
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 += " \
472HOSTTOOLS += "ip ping ps scp ssh stty" 472HOSTTOOLS += "ip ping ps scp ssh stty"
473 473
474# Link to these if present 474# Link to these if present
475HOSTTOOLS_NONFATAL += "aws ccache gcc-ar gpg ld.bfd ld.gold nc sftp socat sudo" 475HOSTTOOLS_NONFATAL += "aws ccache gcc-ar gpg ld.bfd ld.gold nc sftp socat ssh sudo"
476 476
477# Temporary add few more detected in bitbake world 477# Temporary add few more detected in bitbake world
478HOSTTOOLS_NONFATAL += "join nl size yes zcat" 478HOSTTOOLS_NONFATAL += "join nl size yes zcat"