firmware: Update to 20170303 release

Uses 4.9.13 and has rpi0w support

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2017-03-04 00:54:23 -08:00 committed by Andrei Gherzan
parent 4c1362117a
commit ab9335f90c

View File

@ -1,10 +1,10 @@
RPIFW_DATE ?= "20161215"
RPIFW_DATE ?= "20170303"
RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/1.${RPIFW_DATE}.tar.gz"
RPIFW_S ?= "${WORKDIR}/firmware-1.${RPIFW_DATE}"
SRC_URI = "${RPIFW_SRC_URI}"
SRC_URI[md5sum] = "ddd7645988360d7ef267b48c32293ad7"
SRC_URI[sha256sum] = "bda18f2affb50053940fd88c3f3bec5af9a4b4ced753d01107a2b106cfb02d13"
SRC_URI[md5sum] = "c87bc1bffbb8f254fc739e34baa03b02"
SRC_URI[sha256sum] = "ee8758d7e63c8fea7c8b7b476ff1c09f9591c74349b7751036a78ae5b88eca36"
PV = "${RPIFW_DATE}"