From: Tom Rini Date: Wed, 14 Mar 2018 18:02:49 +0000 (-0400) Subject: .travis.yml: Add lzop X-Git-Tag: v2018.05-rc1~92 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=706f077577cafaa21e6dcf93797d3a0e7dc82444;p=u-boot .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 --- 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