diff options
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index e18b180566..fa5445b65b 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -466,7 +466,7 @@ HOSTTOOLS += " \ " # Tools needed to run testimage runtime image testing -HOSTTOOLS += "ps stty ip ssh scp ping vi" +HOSTTOOLS += "ps stty ip ssh scp ping" # Link to these if present HOSTTOOLS_NONFATAL += "ccache ld.bfd ld.gold gcc-ar gpg sftp nc socat sudo" |