Bladeren bron

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>
Bryan Brattlof 7 maanden geleden
bovenliggende
commit
487d7513b8
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      boot/ti-k3-r5-loader/ti-k3-r5-loader.mk

+ 1 - 0
boot/ti-k3-r5-loader/ti-k3-r5-loader.mk

@@ -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 \