mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
u-boot: upgrade 2024.07 -> 2024.10
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. (From OE-Core rev: e3ece22060725c9eebc0feed9b2be2d00ce4bf8e) 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>
This commit is contained in:
committed by
Richard Purdie
parent
964d8ad6b0
commit
bdaf69fe10
@@ -12,7 +12,7 @@ PE = "1"
|
|||||||
|
|
||||||
# We use the revision in order to avoid having to fetch it from the
|
# We use the revision in order to avoid having to fetch it from the
|
||||||
# repo during parse
|
# repo during parse
|
||||||
SRCREV = "3f772959501c99fbe5aa0b22a36efe3478d1ae1c"
|
SRCREV = "f919c3a889f0ec7d63a48b5d0ed064386b0980bd"
|
||||||
|
|
||||||
SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master"
|
SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master"
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
require u-boot-common.inc
|
|
||||||
require u-boot.inc
|
|
||||||
|
|
||||||
DEPENDS += "bc-native dtc-native python3-pyelftools-native"
|
|
||||||
|
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
require u-boot-common.inc
|
||||||
|
require u-boot.inc
|
||||||
|
|
||||||
|
DEPENDS += "bc-native dtc-native gnutls-native python3-pyelftools-native"
|
||||||
Reference in New Issue
Block a user