raspberrypi-firmware: Upgrade to 20200819

Includes 5.4.59 bumps

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2020-08-24 10:20:52 -07:00 committed by Andrei Gherzan
parent c61ccdbb93
commit 0433b69889

View File

@ -1,10 +1,9 @@
RPIFW_DATE ?= "20200812" RPIFW_DATE ?= "20200819"
SRCREV ?= "18aa72c5e05677b8a8af835bd60409e3253817aa" SRCREV ?= "f293685f683c48b1872beeb38c2f7da1f46141a0"
RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz" RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz"
RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}" RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}"
SRC_URI = "${RPIFW_SRC_URI}" SRC_URI = "${RPIFW_SRC_URI}"
SRC_URI[md5sum] = "285453979ec7730f9547445056d58e44" SRC_URI[sha256sum] = "dd825e8ccbd524182f7e06c5301f2ed2f8a68200e80cf61b1095271dcfbe0e55"
SRC_URI[sha256sum] = "9e946f96aff5791150703ea3510f26724e80048ba7c2985e28fbba6a2e1406d2"
PV = "${RPIFW_DATE}" PV = "${RPIFW_DATE}"