]> Git Repo - u-boot.git/commitdiff
travis: Add srecord package
authorMarek Vasut <[email protected]>
Thu, 14 Mar 2019 00:01:24 +0000 (01:01 +0100)
committerTom Rini <[email protected]>
Mon, 22 Apr 2019 22:13:23 +0000 (18:13 -0400)
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]>
.travis.yml

index eb531f1e5b7ab86aac2d46e9bd412197ed09acab..951b6a31bbe8be38fb51209404c17c419cf3b7df 100644 (file)
@@ -34,6 +34,7 @@ addons:
     - liblz4-tool
     - libisl15
     - clang-7
+    - srecord
 
 install:
  # Clone uboot-test-hooks
This page took 0.035619 seconds and 4 git commands to generate.