From 03c6ab0cae20d5d7498ac6fab88c6810a563df65 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 30 Mar 2022 21:24:53 -0700 Subject: [PATCH] raspberrypi-firmware: Update to match 5.15.32 Signed-off-by: Khem Raj --- recipes-bsp/common/raspberrypi-firmware.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/common/raspberrypi-firmware.inc b/recipes-bsp/common/raspberrypi-firmware.inc index 7f3faed..eca2664 100644 --- a/recipes-bsp/common/raspberrypi-firmware.inc +++ b/recipes-bsp/common/raspberrypi-firmware.inc @@ -1,9 +1,9 @@ -RPIFW_DATE ?= "20211007" +RPIFW_DATE ?= "20220328" RPIFW_SRC_URI ?= "https://archive.raspberrypi.com/debian/pool/main/r/raspberrypi-firmware/raspberrypi-firmware_1.${RPIFW_DATE}.orig.tar.xz" RPIFW_S ?= "${WORKDIR}/raspberrypi-firmware-1.${RPIFW_DATE}" SRC_URI = "${RPIFW_SRC_URI}" -SRC_URI[sha256sum] = "cb08f4679ab9928f89b2b73bbd92dace84dd692e1e1722f373eebd350f0c058f" +SRC_URI[sha256sum] = "8ab5949b9da1e2a2da18acc203946698737efe3e5d98286dcb7a8b0d0e92564e" PV = "${RPIFW_DATE}"