From 07ba2ff5fb21c200feab930fb2cb1c61040f450d Mon Sep 17 00:00:00 2001 From: Damiano Ferrari Date: Mon, 7 Apr 2025 17:33:03 +0200 Subject: [PATCH] rpi-bootfiles: Update to latest release Signed-off-by: Damiano Ferrari --- recipes-bsp/bootfiles/rpi-bootfiles.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-bsp/bootfiles/rpi-bootfiles.bb b/recipes-bsp/bootfiles/rpi-bootfiles.bb index b04f24b..3b072a6 100644 --- a/recipes-bsp/bootfiles/rpi-bootfiles.bb +++ b/recipes-bsp/bootfiles/rpi-bootfiles.bb @@ -5,14 +5,14 @@ LIC_FILES_CHKSUM = "file://LICENCE.broadcom;md5=c403841ff2837657b2ed8e5bb474ac8d inherit deploy nopackages -RPIFW_DATE ?= "20240319" -SRCREV = "9f24f4bc2bdd07ffd158cfbb4bce88a2efc4c1f5" +RPIFW_DATE ?= "20250326" +SRCREV = "f49a3960223f20ea0b2e30646f65be67bafe30dc" SHORTREV = "${@d.getVar("SRCREV", False).__str__()[:7]}" -RPIFW_SRC_URI ?= "https://api.github.com/repos/raspberrypi/firmware/tarball/9f24f4bc2bdd07ffd158cfbb4bce88a2efc4c1f5;downloadfilename=raspberrypi-firmware-${SHORTREV}.tar.gz" +RPIFW_SRC_URI ?= "https://api.github.com/repos/raspberrypi/firmware/tarball/f49a3960223f20ea0b2e30646f65be67bafe30dc;downloadfilename=raspberrypi-firmware-${SHORTREV}.tar.gz" RPIFW_S ?= "${WORKDIR}/raspberrypi-firmware-${SHORTREV}" SRC_URI = "${RPIFW_SRC_URI}" -SRC_URI[sha256sum] = "4b436f8946b139c6a1202375ef55d4848e3bcd8c1a9cb47000e06d7ecec828f7" +SRC_URI[sha256sum] = "26926a9c56be907a87fafb5bc8add431ec6b763598de340e7401ce5684d2c55b" PV = "${RPIFW_DATE}"