mbox series

[v2,0/4] Bump U-Boot to 2022.04

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

Message

Heiko Thiery May 31, 2022, 10:58 a.m. UTC
Since U-Boot 2022.04 the host tool mkeficapsule requires gnutls. Thus the
dependency to the host variant has to be added in case the U-Boot
defconfig has selected CONFIG_TOOLS_MKEFICAPSULE. Thus a new BR config
option is introduced (BR2_TARGET_UBOOT_NEEDS_GNUTLS) to fullfil this
dependency conditionally.

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         | 12 ++++++++++--
 boot/uboot/uboot.mk          |  4 ++++
 package/gnutls/gnutls.mk     | 26 ++++++++++++++++++++++++++
 package/libtasn1/libtasn1.mk |  1 +
 package/nettle/nettle.mk     |  1 +
 5 files changed, 42 insertions(+), 2 deletions(-)