raspberrypi-firmware: Update to latest to take 5.4.79 prebuilts

Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 6a53db2fb6)
Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
This commit is contained in:
Khem Raj 2020-11-24 23:01:14 -08:00 committed by Andrei Gherzan
parent ca02fb8a51
commit 6fdb8a5f56

View File

@ -1,9 +1,9 @@
RPIFW_DATE ?= "20201002" RPIFW_DATE ?= "20201123"
SRCREV ?= "11e3c314bc2b64f7d862bac00ff3d9f42f3c5a50" SRCREV ?= "8f13114b9ea29bd004151d4a8afa500b2df721be"
RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz;downloadfilename=raspberrypi-firmware-${SRCREV}.tar.gz" RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz;downloadfilename=raspberrypi-firmware-${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[sha256sum] = "b8c9f5a3e987f418f11526cbf59f6a6c8103e8f5e94bccffb9ef3fd7ae834f98" SRC_URI[sha256sum] = "f9be0cc177aae7dddaa0a2967d090ea33a95be9dd519d2eee3bc740af8ffb19e"
PV = "${RPIFW_DATE}" PV = "${RPIFW_DATE}"