summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorbrian avery <brian.avery@intel.com>2017-03-18 08:08:48 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-22 11:35:21 +0000
commitaf994bfcfddb2e17d9adc13fd13870731c5ee6c7 (patch)
treeca0bd534efc8353dcba2bc73d70844f758ff012c /meta/conf
parentc0970e0af92d0d5eefe0029767af4a4bb4257622 (diff)
downloadpoky-af994bfcfddb2e17d9adc13fd13870731c5ee6c7.tar.gz
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. (From OE-Core rev: cca2ccb6d77a433e9d7c535344c4fc1e04589bc0) Signed-off-by: brian avery <brian.avery@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-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 e18b180566..fa5445b65b 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -466,7 +466,7 @@ HOSTTOOLS += " \
466" 466"
467 467
468# Tools needed to run testimage runtime image testing 468# Tools needed to run testimage runtime image testing
469HOSTTOOLS += "ps stty ip ssh scp ping vi" 469HOSTTOOLS += "ps stty ip ssh scp ping"
470 470
471# Link to these if present 471# Link to these if present
472HOSTTOOLS_NONFATAL += "ccache ld.bfd ld.gold gcc-ar gpg sftp nc socat sudo" 472HOSTTOOLS_NONFATAL += "ccache ld.bfd ld.gold gcc-ar gpg sftp nc socat sudo"