diff mbox series

Travis: Add squashfs-tools

Message ID 20200807192349.28502-1-trini@konsulko.com
State Accepted
Commit e1ecfc126266fbfb96cfaaa82bc3da749093c240
Delegated to: Tom Rini
Headers show
Series Travis: Add squashfs-tools | expand

Commit Message

Tom Rini Aug. 7, 2020, 7:23 p.m. UTC
So that the tests we now have for squashfs can run, add squashfs-tools
for mksquashfs.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Aug. 8, 2020, 12:29 p.m. UTC | #1
On Fri, Aug 07, 2020 at 03:23:49PM -0400, Tom Rini wrote:

> So that the tests we now have for squashfs can run, add squashfs-tools
> for mksquashfs.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 66ccf5b2ee6a..7e9e65f04fc8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,6 +51,7 @@  addons:
     - sbsigntool
     - fakeroot
     - mtd-utils
+    - squashfs-tools
 
 install:
  # Clone uboot-test-hooks