]> git.ipfire.org Git - thirdparty/u-boot.git/commit
travis: add packages for UEFI secure boot test
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 14 Apr 2020 02:51:53 +0000 (11:51 +0900)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 16 Apr 2020 06:12:47 +0000 (08:12 +0200)
commit5bf1ea63b10d67c2d332258bf16ed49df872b648
treec531ac16f9b9a7acd458cccf6931ed2c5771e798
parent68a2a84091f9b542d0aea521204b0003d712b277
travis: add packages for UEFI secure boot test

Pytest for UEFI secure boot will use several host commands.
In particular, Test setup relies on efitools, whose version must be v1.5.2
or later. So fetch a new version of deb package directly.
Please note it has a dependency on mtools, which must also be installed
along wih efitools.

In addition, the path, '/sbin', is added to PATH for use of sgdisk and
mkfs.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
.travis.yml