aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2018-09-14 04:57:26 -0600
committerSimon Glass <sjg@chromium.org>2018-09-29 11:49:32 -0600
commit83d73c2f7c471c1a7e5a9a2bf0de287491408b2d (patch)
tree0f97947d81d656fc25afe2714e2938a6451459cf /.travis.yml
parent04187a845c86215da0e3ad680cdcf2fc7515b99a (diff)
downloadu-boot-83d73c2f7c471c1a7e5a9a2bf0de287491408b2d.zip
u-boot-83d73c2f7c471c1a7e5a9a2bf0de287491408b2d.tar.gz
u-boot-83d73c2f7c471c1a7e5a9a2bf0de287491408b2d.tar.bz2
binman: Support compressed entries
Add support for compressing blob entries. This can help reduce image sizes for many types of data. It requires that the firmware be able to decompress the data at run-time. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ea3b20e..2b759c9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,6 +27,7 @@ addons:
- wget
- device-tree-compiler
- lzop
+ - liblz4-tool
before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y