[U-Boot] [PATCH] .travis.yml: Add lzop

Tom Rini trini at konsulko.com
Wed Mar 14 18:03:13 UTC 2018


We need lzop now in order to make some FIT images that use LZO
compression on the contents.

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

diff --git a/.travis.yml b/.travis.yml
index 7b53b3dddc1b..6cad65fd378d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,6 +27,7 @@ addons:
     - rpm2cpio
     - wget
     - device-tree-compiler
+    - lzop
 
 install:
  # Clone uboot-test-hooks
-- 
2.7.4



More information about the U-Boot mailing list