raspberrypi-firmware: bump to version 20200205

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
This commit is contained in:
Pierre-Jean Texier 2020-02-08 11:34:28 +00:00 committed by Andrei Gherzan
parent 4801ca3f03
commit 06c8537bcc

View File

@ -1,10 +1,10 @@
RPIFW_DATE ?= "20191210"
SRCREV ?= "9d6be5b07e81bdfb9c4b9a560e90fbc7477fdc6e"
RPIFW_DATE ?= "20200205"
SRCREV ?= "149cd7f0487e08e148efe604f8d4d359541cecf4"
RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz"
RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}"
SRC_URI = "${RPIFW_SRC_URI}"
SRC_URI[md5sum] = "645e812765c8b4ca05d6cb47a1f67ab0"
SRC_URI[sha256sum] = "484d52caed909fcafbf593cc3e726ea44a9218db7f0aeec843b825797eb9b0fc"
SRC_URI[md5sum] = "8432e1a7ae5996e9ec6b817a6e97f78d"
SRC_URI[sha256sum] = "44713d27f1c8a1e65dd2d4b4db0d2123d5744930c70a84cc663da6ec76797c7e"
PV = "${RPIFW_DATE}"