From 706f077577cafaa21e6dcf93797d3a0e7dc82444 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 14 Mar 2018 14:02:49 -0400 Subject: .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 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') 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 -- cgit v1.2.3