diff options
author | Tom Rini <trini@konsulko.com> | 2018-03-14 14:02:49 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-03-14 14:02:49 -0400 |
commit | 706f077577cafaa21e6dcf93797d3a0e7dc82444 (patch) | |
tree | cf9d337896c79fd6c94caf6740322eb4e93424f7 /.travis.yml | |
parent | b75643ad0a2429e7efc7317517b47203c3c2f7c9 (diff) | |
download | u-boot-706f077577cafaa21e6dcf93797d3a0e7dc82444.tar.gz |
.travis.yml: Add lzop
We need lzop now in order to make some FIT images that use LZO
compression on the contents.
Signed-off-by: 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 7b53b3dddc..6cad65fd37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,7 @@ addons: - rpm2cpio - wget - device-tree-compiler + - lzop install: # Clone uboot-test-hooks |