summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-08-21 00:55:03 -0700
committerAndrei Gherzan <andrei@gherzan.com>2021-08-25 12:56:18 +0100
commitb488b4a19494b99217b5b284dc6e067c8f5093e9 (patch)
tree30f0a8f2f45e5e12d23c449e140d4921d168d0de
parent435720fffa5d0b3ee28d0d0054fa7e38e8d1787a (diff)
downloadmeta-raspberrypi-b488b4a19494b99217b5b284dc6e067c8f5093e9.tar.gz
raspberrypi-firmware: Update to latest
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 49494dc..8a2a6e1 100644
--- a/recipes-bsp/common/raspberrypi-firmware.inc
+++ b/recipes-bsp/common/raspberrypi-firmware.inc
@@ -1,9 +1,9 @@
1RPIFW_DATE ?= "20210727" 1RPIFW_DATE ?= "20210819"
2SRCREV ?= "e83f41345103a7fec73ccc5a2970d1812de77cdf" 2SRCREV ?= "25e2b597ebfb2495eab4816a276758dcc6ea21f1"
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] = "e7bd4532ac913663b5a8bf2644277208f3fc48e8136ddc84dad7ce1b62e4c37d" 7SRC_URI[sha256sum] = "abecc797c057ae57663eb54f2f0f5af79fb317bf873d2b3345f333848a5da3ee"
8 8
9PV = "${RPIFW_DATE}" 9PV = "${RPIFW_DATE}"