Re: [PATCH v6 16/16] travis: add packages for UEFI secure boot test

2020-02-26 Thread AKASHI Takahiro
On Wed, Feb 26, 2020 at 09:28:56AM -0500, Tom Rini wrote: > On Wed, Feb 26, 2020 at 01:54:48PM +0900, AKASHI Takahiro wrote: > > > 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

Re: [PATCH v6 16/16] travis: add packages for UEFI secure boot test

2020-02-26 Thread Tom Rini
On Wed, Feb 26, 2020 at 01:54:48PM +0900, AKASHI Takahiro wrote: > 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

[PATCH v6 16/16] travis: add packages for UEFI secure boot test

2020-02-25 Thread AKASHI Takahiro
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,