[PATCH v2] travis: update sbsigntools to 0.9.4

Tom Rini trini at konsulko.com
Thu Jul 30 15:55:39 CEST 2020


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.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200730/61e8cf2b/attachment.sig>


More information about the U-Boot mailing list