raspberrypi-firmware: Update to latest

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2021-08-21 00:55:03 -07:00
committed by Andrei Gherzan
parent 435720fffa
commit b488b4a194

View File

@ -1,9 +1,9 @@
RPIFW_DATE ?= "20210727"
SRCREV ?= "e83f41345103a7fec73ccc5a2970d1812de77cdf"
RPIFW_DATE ?= "20210819"
SRCREV ?= "25e2b597ebfb2495eab4816a276758dcc6ea21f1"
RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz;downloadfilename=raspberrypi-firmware-${SRCREV}.tar.gz"
RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}"
SRC_URI = "${RPIFW_SRC_URI}"
SRC_URI[sha256sum] = "e7bd4532ac913663b5a8bf2644277208f3fc48e8136ddc84dad7ce1b62e4c37d"
SRC_URI[sha256sum] = "abecc797c057ae57663eb54f2f0f5af79fb317bf873d2b3345f333848a5da3ee"
PV = "${RPIFW_DATE}"