diff options
| author | Tom Rini <[email protected]> | 2018-03-14 14:02:49 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-03-14 14:02:49 -0400 |
| commit | 706f077577cafaa21e6dcf93797d3a0e7dc82444 (patch) | |
| tree | cf9d337896c79fd6c94caf6740322eb4e93424f7 | |
| parent | b75643ad0a2429e7efc7317517b47203c3c2f7c9 (diff) | |
.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 <[email protected]>
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7b53b3dddc1..6cad65fd378 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,7 @@ addons: - rpm2cpio - wget - device-tree-compiler + - lzop install: # Clone uboot-test-hooks |
