Upgrade to U-Boot 2024.10.
Add the gnutls-native dependency because now U-Boot needs it installed
on the host machine to handle the CONFIG_TOOLS_MKEFICAPSULE option.
Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
# We use the revision in order to avoid having to fetch it from the
# repo during parse
-SRCREV = "3f772959501c99fbe5aa0b22a36efe3478d1ae1c"
+SRCREV = "f919c3a889f0ec7d63a48b5d0ed064386b0980bd"
SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master"
+++ /dev/null
-require u-boot-common.inc
-require u-boot.inc
-
-DEPENDS += "bc-native dtc-native python3-pyelftools-native"
-
--- /dev/null
+require u-boot-common.inc
+require u-boot.inc
+
+DEPENDS += "bc-native dtc-native gnutls-native python3-pyelftools-native"