diff options
author | Mike Looijmans <mike.looijmans@topic.nl> | 2021-03-03 10:38:49 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-03-09 19:44:16 +0000 |
commit | 0b4a73ebad2d0d81632df7c68e5f57bbd1f6004d (patch) | |
tree | 3737fd73a66227777735c06b41b3c620c7fb091c | |
parent | 853ccd744073fcc03a732c99b817fe1bd5b23327 (diff) | |
download | meta-raspberrypi-0b4a73ebad2d0d81632df7c68e5f57bbd1f6004d.tar.gz |
raspberrypi-firmware: Update to 2021-02-25
This version is compatible with the 5.10.17 kernel
https://github.com/raspberrypi/firmware/commit/5985247fb75681985547641d66196c77499f26b9
Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
-rw-r--r-- | recipes-bsp/common/raspberrypi-firmware.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/common/raspberrypi-firmware.inc b/recipes-bsp/common/raspberrypi-firmware.inc index 591c615..5cebd7c 100644 --- a/recipes-bsp/common/raspberrypi-firmware.inc +++ b/recipes-bsp/common/raspberrypi-firmware.inc | |||
@@ -1,9 +1,9 @@ | |||
1 | RPIFW_DATE ?= "20210205" | 1 | RPIFW_DATE ?= "20210225" |
2 | SRCREV ?= "7d91570f20378afc9414107dccdad70705a8a342" | 2 | SRCREV ?= "5985247fb75681985547641d66196c77499f26b9" |
3 | RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz;downloadfilename=raspberrypi-firmware-${SRCREV}.tar.gz" | 3 | RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz;downloadfilename=raspberrypi-firmware-${SRCREV}.tar.gz" |
4 | RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}" | 4 | RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}" |
5 | 5 | ||
6 | SRC_URI = "${RPIFW_SRC_URI}" | 6 | SRC_URI = "${RPIFW_SRC_URI}" |
7 | SRC_URI[sha256sum] = "2cc9bf2cbcab8283db2eb53ed2a49372b70fe76538994c32f6d261e2da3e9ff4" | 7 | SRC_URI[sha256sum] = "3e2c00e1473bd70e808134925e1b25cd765789d9f0e0683749135b124d835000" |
8 | 8 | ||
9 | PV = "${RPIFW_DATE}" | 9 | PV = "${RPIFW_DATE}" |