From aa2e9c9e80916218c6e6036a848374c4ae4fdc87 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Thu, 14 Mar 2019 01:01:24 +0100 Subject: travis: Add srecord package At least MIPS Boston currently uses srec_cat tool to fiddle with srecords. There will be other platforms coming, so install the tool to prevent build problems. Signed-off-by: Marek Vasut Cc: Daniel Schwierzeck Cc: Michal Simek Cc: Tom Rini --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index eb531f1e5b..951b6a31bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,7 @@ addons: - liblz4-tool - libisl15 - clang-7 + - srecord install: # Clone uboot-test-hooks -- cgit v1.2.1