diff --git a/meta-arm-bsp/recipes-bsp/u-boot/u-boot_2025.04.bb b/meta-arm-bsp/recipes-bsp/u-boot/u-boot_2025.04.bb new file mode 100644 index 00000000..aee5b42c --- /dev/null +++ b/meta-arm-bsp/recipes-bsp/u-boot/u-boot_2025.04.bb @@ -0,0 +1,7 @@ +require recipes-bsp/u-boot/u-boot-common.inc +require recipes-bsp/u-boot/u-boot.inc + +DEPENDS += "bc-native dtc-native gnutls-native python3-pyelftools-native" + +SRCREV = "34820924edbc4ec7803eb89d9852f4b870fa760a" +SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master"