All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/4] Bump U-Boot to 2022.04
@ 2022-05-31 10:58 Heiko Thiery
  2022-05-31 10:59 ` [Buildroot] [PATCH v2 1/4] package/nettle: add build support for host Heiko Thiery
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Heiko Thiery @ 2022-05-31 10:58 UTC (permalink / raw)
  To: buildroot; +Cc: Heiko Thiery, Matt Weber, Thomas Petazzoni

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(-)

-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-06-02  5:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-31 10:58 [Buildroot] [PATCH v2 0/4] Bump U-Boot to 2022.04 Heiko Thiery
2022-05-31 10:59 ` [Buildroot] [PATCH v2 1/4] package/nettle: add build support for host Heiko Thiery
2022-06-01 21:41   ` Thomas Petazzoni via buildroot
2022-05-31 10:59 ` [Buildroot] [PATCH v2 2/4] package/libtasn1: " Heiko Thiery
2022-06-01 21:42   ` Thomas Petazzoni via buildroot
2022-05-31 10:59 ` [Buildroot] [PATCH v2 3/4] package/gnutls: " Heiko Thiery
2022-06-01 21:42   ` Thomas Petazzoni via buildroot
2022-05-31 10:59 ` [Buildroot] [PATCH v2 4/4] boot/uboot: bump to 2022.04 Heiko Thiery
2022-06-01 21:43   ` Thomas Petazzoni via buildroot
2022-06-02  5:06     ` Heiko Thiery

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.