From 33299092c61d32176479aef0bedaafd70930f979 Mon Sep 17 00:00:00 2001 From: Christian Stewart Date: Fri, 15 Jan 2021 22:53:02 -0800 Subject: [PATCH] package/rpi-firmware: bump to 5.10.7 kernel: overlays: seeed-can-fd-hat: clarify how to identify HAT version See: raspberrypi/linux#4072 kernel: Add a camera regulator node(s) to allow sharing on CM4 and remove firmware nastiness See: raspberrypi/linux#4051 firmware: isp: Fix handling of different YUV colour spaces firmware: poe_hat: Actually close the I2C handle Signed-off-by: Christian Stewart --- package/rpi-firmware/rpi-firmware.hash | 2 +- package/rpi-firmware/rpi-firmware.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/rpi-firmware/rpi-firmware.hash b/package/rpi-firmware/rpi-firmware.hash index f3fc71751d5..e531b01e537 100644 --- a/package/rpi-firmware/rpi-firmware.hash +++ b/package/rpi-firmware/rpi-firmware.hash @@ -1,3 +1,3 @@ # Locally computed -sha256 8917365504db7e9f4836ed2eb382d4a9edf6183485f2342d9a8c0aa25aac19f5 rpi-firmware-e934b564762a1f9b11ed3753e5878a680e38a70e.tar.gz +sha256 e715ac53ee48fe9fb3d7c1bb2f9a64bd10b7965dd311d41e4638dd8fcb370583 rpi-firmware-c78f3ef45229ab722ec6b858f39b078535d88bee.tar.gz sha256 c7283ff51f863d93a275c66e3b4cb08021a5dd4d8c1e7acc47d872fbe52d3d6b boot/LICENCE.broadcom diff --git a/package/rpi-firmware/rpi-firmware.mk b/package/rpi-firmware/rpi-firmware.mk index b086703a3a9..bdc6b897112 100644 --- a/package/rpi-firmware/rpi-firmware.mk +++ b/package/rpi-firmware/rpi-firmware.mk @@ -4,7 +4,7 @@ # ################################################################################ -RPI_FIRMWARE_VERSION = e934b564762a1f9b11ed3753e5878a680e38a70e +RPI_FIRMWARE_VERSION = c78f3ef45229ab722ec6b858f39b078535d88bee RPI_FIRMWARE_SITE = $(call github,raspberrypi,firmware,$(RPI_FIRMWARE_VERSION)) RPI_FIRMWARE_LICENSE = BSD-3-Clause RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom