diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2019-03-14 01:01:24 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-04-22 18:13:23 -0400 |
commit | aa2e9c9e80916218c6e6036a848374c4ae4fdc87 (patch) | |
tree | 652f9a6c4896aedfd2c28892c72934a24e17a720 /.travis.yml | |
parent | bdaa73a5b3923257add182b4ab8058dbfa33421b (diff) | |
download | u-boot-aa2e9c9e80916218c6e6036a848374c4ae4fdc87.tar.gz |
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 <marek.vasut+renesas@gmail.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Michal Simek <michal.simek@xilinx.com>
Cc: Tom Rini <trini@konsulko.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |