[PATCH v2] travis: update sbsigntools to 0.9.4

AKASHI Takahiro takahiro.akashi at linaro.org
Fri Jul 31 02:44:30 CEST 2020


On Thu, Jul 30, 2020 at 09:55:39AM -0400, Tom Rini wrote:
> On Wed, Jul 29, 2020 at 11:36:22AM +0900, AKASHI Takahiro wrote:
> 
> > This version of sbsigntools is a prerequisite in testing "intermediate
> > certificates" support as part of UEFI secure boot as I added '--addcert'
> > option to 'sbsign' command:
> > 
> >   ===
> >   commit 7d6210e4b1fd
> >   Author: AKASHI Takahiro <takahiro.akashi at linaro.org>
> >   Date:   Thu Jun 4 16:50:22 2020 +0900
> > 
> >     sbsign: allow for adding intermediate certificates
> >   ===
> > 
> > Please note that, even after this patch is applied, UEFI secure boot
> > test can fail due to an issue with make-virt-fs.
> > 
> > Signed-off-by: AKASHI Takahiro <takahiro.akashi at linaro.org>
> > ---
> > v2:
> >  * move the code to 'build' section per Tom
> > v1:
> >  * execute 'make install' with sudo
> > ---
> >  .travis.yml | 20 ++++++++++++++++++++
> >  1 file changed, 20 insertions(+)
> > 
> > diff --git a/.travis.yml b/.travis.yml
> > index 1ff140855ea3..dfc110a403b2 100644
> > --- a/.travis.yml
> > +++ b/.travis.yml
> > @@ -52,6 +52,14 @@ addons:
> >      - sbsigntool
> >      - fakeroot
> >      - mtd-utils
> > +    - automake
> > +    - binutils-dev
> > +    - gnu-efi
> > +    - help2man
> > +    - libguestfs-tools
> > +    - linux-image-kvm
> > +    - pkg-config
> > +    - uuid-dev
> 
> Do you have a travis run from applying this patch available?  I'm
> concerned that with libguestfs-tools installed now the filesystem tests
> will move to "skip" rather than run.

Yes, I saw that the filesystem tests were skipped.

-Takahiro Akashi

> 
> -- 
> Tom




More information about the U-Boot mailing list