firmware: Update to 20180417

stable #4

RaspberryPi 3B+ support

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
This commit is contained in:
Peter A. Bigot 2018-05-06 06:58:52 -05:00 committed by Andrei Gherzan
parent d2015ceee0
commit 70d0c30824

View File

@ -1,10 +1,10 @@
RPIFW_DATE ?= "20180313"
SRCREV ?= "af994023ab491420598bfd5648b9dcab956f7e11"
RPIFW_DATE ?= "20180417"
SRCREV ?= "5db8e4e1c63178e200d6fbea23ed4a9bf4656658"
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] = "0c388f3631093368ac92a15a262d0f7c"
SRC_URI[sha256sum] = "e2afa23886de586856a1d604da2a85e4559715816dccbd70ae828b840beafc21"
SRC_URI[md5sum] = "6bce52f22a7a005a9bcdb9912b132590"
SRC_URI[sha256sum] = "84568c4e7f5b0deee4cd76e7c0b48315885f983d6131d8148ef8af8438328a36"
PV = "${RPIFW_DATE}"