diff options
| author | Marek Vasut <[email protected]> | 2019-03-14 01:01:24 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-04-22 18:13:23 -0400 |
| commit | aa2e9c9e80916218c6e6036a848374c4ae4fdc87 (patch) | |
| tree | 652f9a6c4896aedfd2c28892c72934a24e17a720 | |
| parent | bdaa73a5b3923257add182b4ab8058dbfa33421b (diff) | |
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 <[email protected]>
Cc: Daniel Schwierzeck <[email protected]>
Cc: Michal Simek <[email protected]>
Cc: Tom Rini <[email protected]>
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index eb531f1e5b7..951b6a31bbe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,7 @@ addons: - liblz4-tool - libisl15 - clang-7 + - srecord install: # Clone uboot-test-hooks |
