mbox series

[0/4] U-Boot bump to 2022.04

Message ID 20220521123838.2881-1-heiko.thiery@gmail.com
Headers show
Series U-Boot bump to 2022.04 | expand

Message

Heiko Thiery May 21, 2022, 12:38 p.m. UTC
Since U-Boot 2022.04 the host tool mkeficapsule requires gnutls. Thus the
dependency to the host variant has to be added. Unfortunatly this adds
additional indirect dependencies to host-libasn1, host-nettle and
host-libunistring are added and will increase the buildtime.

Heiko Thiery (4):
  package/nettle: add build support for host
  package/libtasn1: add build support for host
  package/gnutls: add build support for host
  boot/uboot: bump to 2022.04

 boot/uboot/Config.in         |  4 ++--
 boot/uboot/uboot.mk          |  2 +-
 package/gnutls/gnutls.mk     | 26 ++++++++++++++++++++++++++
 package/libtasn1/libtasn1.mk |  1 +
 package/nettle/nettle.mk     |  1 +
 5 files changed, 31 insertions(+), 3 deletions(-)

Comments

Heiko Thiery May 21, 2022, 12:40 p.m. UTC | #1
Hi,

Am Sa., 21. Mai 2022 um 14:38 Uhr schrieb Heiko Thiery <heiko.thiery@gmail.com>:
>
> Since U-Boot 2022.04 the host tool mkeficapsule requires gnutls. Thus the
> dependency to the host variant has to be added. Unfortunatly this adds
> additional indirect dependencies to host-libasn1, host-nettle and
> host-libunistring are added and will increase the buildtime.
>

This should fix https://gitlab.com/buildroot.org/buildroot/-/jobs/2477067271

> Heiko Thiery (4):
>   package/nettle: add build support for host
>   package/libtasn1: add build support for host
>   package/gnutls: add build support for host
>   boot/uboot: bump to 2022.04
>
>  boot/uboot/Config.in         |  4 ++--
>  boot/uboot/uboot.mk          |  2 +-
>  package/gnutls/gnutls.mk     | 26 ++++++++++++++++++++++++++
>  package/libtasn1/libtasn1.mk |  1 +
>  package/nettle/nettle.mk     |  1 +
>  5 files changed, 31 insertions(+), 3 deletions(-)
>
> --
> 2.20.1
>