diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-02-05 20:18:32 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-03-16 22:25:08 +0000 |
commit | a660dc377ec297fc9c0d165efab90828f7efe1f8 (patch) | |
tree | 398c440e27c4981956ab06c651567a3bec604b57 | |
parent | 12ff6a2ea60183877b3659b3d46ae4af986800e4 (diff) | |
download | meta-raspberrypi-a660dc377ec297fc9c0d165efab90828f7efe1f8.tar.gz |
raspberrypi-firmware.inc: upgrade to latest for 5.10.13 kernel
https://github.com/raspberrypi/firmware/commit/7d91570f20378afc9414107dccdad70705a8a342
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
(cherry picked from commit b52d47c048c524d1a0ccb3c6ee99141561668b93)
Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
-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 649c7ea..591c615 100644 --- a/recipes-bsp/common/raspberrypi-firmware.inc +++ b/recipes-bsp/common/raspberrypi-firmware.inc | |||
@@ -1,9 +1,9 @@ | |||
1 | RPIFW_DATE ?= "20201123" | 1 | RPIFW_DATE ?= "20210205" |
2 | SRCREV ?= "8f13114b9ea29bd004151d4a8afa500b2df721be" | 2 | SRCREV ?= "7d91570f20378afc9414107dccdad70705a8a342" |
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] = "f9be0cc177aae7dddaa0a2967d090ea33a95be9dd519d2eee3bc740af8ffb19e" | 7 | SRC_URI[sha256sum] = "2cc9bf2cbcab8283db2eb53ed2a49372b70fe76538994c32f6d261e2da3e9ff4" |
8 | 8 | ||
9 | PV = "${RPIFW_DATE}" | 9 | PV = "${RPIFW_DATE}" |