firmware: Update to 20180313

Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
This commit is contained in:
Andrei Gherzan 2018-03-28 14:40:44 +01:00
parent 857db4a496
commit e99afb0c89
No known key found for this signature in database
GPG Key ID: 6F26C734A01486BD

View File

@ -1,11 +1,10 @@
RPIFW_DATE ?= "20180226"
SRCREV ?= "469fc794fd3e45dbf30e14b46cb0d6283e399cba"
RPIFW_DATE ?= "20180313"
SRCREV ?= "af994023ab491420598bfd5648b9dcab956f7e11"
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] = "319e53a3184d5cec6ba78a29d001940c"
SRC_URI[sha256sum] = "002128368c15b1e030d9a625db49603d7d19973ba58eee11973a9319f6ba5d60"
SRC_URI[md5sum] = "0c388f3631093368ac92a15a262d0f7c"
SRC_URI[sha256sum] = "e2afa23886de586856a1d604da2a85e4559715816dccbd70ae828b840beafc21"
PV = "${RPIFW_DATE}"