From cca2ccb6d77a433e9d7c535344c4fc1e04589bc0 Mon Sep 17 00:00:00 2001 From: brian avery Date: Sat, 18 Mar 2017 08:08:48 -0700 Subject: bitbake.conf: remove vi from HOSTTOOLS list 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 Signed-off-by: Ross Burton --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf/bitbake.conf') 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" -- cgit 1.2.3-korg