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

14 Mar
2018
14 Mar
'18
7:03 p.m.
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 --- .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

15 Mar
15 Mar
1:27 p.m.
On Wed, Mar 14, 2018 at 02:03:13PM -0400, Tom Rini wrote:
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
Applied to u-boot/master, thanks!
--
Tom
2615
Age (days ago)
2616
Last active (days ago)
1 comments
1 participants
participants (1)
-
Tom Rini