boot/ti-k3-r5-loader: add host-gnutls to dependencies

Newer versions of U-Boot (2024.10 and newer) will require the GnuTLS
library to be installed on the host machine to build the mkeficapsule
tool for U-Boot's image packaging phase to generate the final capsule
for all the boot images including the tiboot3.bin image.

Add host-gnutls to the list of dependencies.

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/8723483578 (ti_am62x_sk_defconfig)

Signed-off-by: Bryan Brattlof <bb@ti.com>
Signed-off-by: Romain Naour <romain.naour@smile.fr>
(cherry picked from commit eb9bb656299700a543dc675e6baca0bfe9f53870)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Bryan Brattlof 2024-12-18 18:37:55 -06:00 committed by Peter Korsgaard
parent dad2364da2
commit 487d7513b8

View File

@ -46,6 +46,7 @@ TI_K3_R5_LOADER_DEPENDENCIES = \
host-pkgconf \
$(BR2_MAKE_HOST_DEPENDENCY) \
host-arm-gnu-toolchain \
host-gnutls \
host-openssl \
host-python3 \
host-python-jsonschema \