summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-03-31 19:44:03 -0700
committerAndrei Gherzan <andrei@gherzan.com>2021-04-03 17:07:25 +0100
commit214c12870b1d9b41eafc85a6f5ec09bedda73286 (patch)
tree74cce961a845b7521615eed06efe23b856377c88
parent1e6e3222d9eb1a7f66906f94c4361470a92d030f (diff)
downloadmeta-raspberrypi-214c12870b1d9b41eafc85a6f5ec09bedda73286.tar.gz
raspberrypi-firmware: Update to 20210326
Includes prebuilts with 5.10.25 kernel Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-bsp/common/raspberrypi-firmware.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/common/raspberrypi-firmware.inc b/recipes-bsp/common/raspberrypi-firmware.inc
index 5cebd7c..8bd93dd 100644
--- a/recipes-bsp/common/raspberrypi-firmware.inc
+++ b/recipes-bsp/common/raspberrypi-firmware.inc
@@ -1,9 +1,9 @@
1RPIFW_DATE ?= "20210225" 1RPIFW_DATE ?= "20210326"
2SRCREV ?= "5985247fb75681985547641d66196c77499f26b9" 2SRCREV ?= "20081d8e86119e95e516526700be62049850c01a"
3RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz;downloadfilename=raspberrypi-firmware-${SRCREV}.tar.gz" 3RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz;downloadfilename=raspberrypi-firmware-${SRCREV}.tar.gz"
4RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}" 4RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}"
5 5
6SRC_URI = "${RPIFW_SRC_URI}" 6SRC_URI = "${RPIFW_SRC_URI}"
7SRC_URI[sha256sum] = "3e2c00e1473bd70e808134925e1b25cd765789d9f0e0683749135b124d835000" 7SRC_URI[sha256sum] = "00bd758a1242f069682e1a98250362b45a8887aed98ee61dd50439e9a78fe463"
8 8
9PV = "${RPIFW_DATE}" 9PV = "${RPIFW_DATE}"