From b9d14e4289b8d87bba600474609034104dd0a430 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Thu, 17 Apr 2025 18:55:20 +0200 Subject: [PATCH] rpi-bootfiles: update to latest release Signed-off-by: Markus Volk --- 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 3b072a6..eb31d54 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 ?= "20250326" -SRCREV = "f49a3960223f20ea0b2e30646f65be67bafe30dc" +RPIFW_DATE ?= "20250430" +SRCREV = "bc7f439c234e19371115e07b57c366df59cc1bc7" SHORTREV = "${@d.getVar("SRCREV", False).__str__()[:7]}" -RPIFW_SRC_URI ?= "https://api.github.com/repos/raspberrypi/firmware/tarball/f49a3960223f20ea0b2e30646f65be67bafe30dc;downloadfilename=raspberrypi-firmware-${SHORTREV}.tar.gz" +RPIFW_SRC_URI ?= "https://api.github.com/repos/raspberrypi/firmware/tarball/${SRCREV};downloadfilename=raspberrypi-firmware-${SHORTREV}.tar.gz" RPIFW_S ?= "${WORKDIR}/raspberrypi-firmware-${SHORTREV}" SRC_URI = "${RPIFW_SRC_URI}" -SRC_URI[sha256sum] = "26926a9c56be907a87fafb5bc8add431ec6b763598de340e7401ce5684d2c55b" +SRC_URI[sha256sum] = "2c027debbef53c86c9ff9197d056d501b95f6ad214ad4db00a8a59b947574eb1" PV = "${RPIFW_DATE}"