meta-raspberrypi: subtree update:853ccd7440..d1f191ed30
Khem Raj (3):
layer.conf: Drop gatesgarth and add honister to LAYERSERIES_COMPAT
gitignore: Ignore .pyc files
tune-arm1176jzf-s.inc: Rework to match oe-core
Mike Looijmans (3):
raspberrypi-firmware: Update to 2021-02-25
linux-raspberrypi: Upgrade to 5.10.17
rpi-base: Add missing overlay_map.dtb and vc4-kms-v3d-pi4.dtbo
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: Ic9ac546a343a39b164b8322a310265e118d79ea6
diff --git a/meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc b/meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc
index 591c615..5cebd7c 100644
--- a/meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc
+++ b/meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc
@@ -1,9 +1,9 @@
-RPIFW_DATE ?= "20210205"
-SRCREV ?= "7d91570f20378afc9414107dccdad70705a8a342"
+RPIFW_DATE ?= "20210225"
+SRCREV ?= "5985247fb75681985547641d66196c77499f26b9"
RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz;downloadfilename=raspberrypi-firmware-${SRCREV}.tar.gz"
RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}"
SRC_URI = "${RPIFW_SRC_URI}"
-SRC_URI[sha256sum] = "2cc9bf2cbcab8283db2eb53ed2a49372b70fe76538994c32f6d261e2da3e9ff4"
+SRC_URI[sha256sum] = "3e2c00e1473bd70e808134925e1b25cd765789d9f0e0683749135b124d835000"
PV = "${RPIFW_DATE}"