]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: remove vi from HOSTTOOLS list
authorbrian avery <brian.avery@intel.com>
Sat, 18 Mar 2017 15:08:48 +0000 (08:08 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Mar 2017 22:43:02 +0000 (22:43 +0000)
Having changes the sdk test to cpio from cvs, we no longer require an
editor to be present. This patch removes vi from the list of required
tools.

Signed-off-by: brian avery <brian.avery@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/conf/bitbake.conf

index e18b180566db0f22c5bf6f6a50fd6bb3519b2213..fa5445b65bcb8c2664f636011e7da8bee8349cc6 100644 (file)
@@ -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"