firmware: Update to 20161125

Signed-off-by: Jonathan Liu <net147@gmail.com>
This commit is contained in:
Jonathan Liu 2016-12-05 22:00:27 +11:00 committed by Andrei Gherzan
parent 1f64604570
commit 18cf04d167

View File

@ -1,10 +1,10 @@
RPIFW_DATE ?= "20161020"
RPIFW_DATE ?= "20161125"
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] = "d3c388c114af4c672dd3ee0ed8e984d3"
SRC_URI[sha256sum] = "1c7c49d58800aab2dd1b5ff59a1e297934f9ea6f47ebdf0a3f90632561dc690b"
SRC_URI[md5sum] = "a9281d2869e2d7673a83d41bacfa66c2"
SRC_URI[sha256sum] = "744e050630621c70991c91e0ee8663dc2f579e743583ca762b13b00bc75859bc"
PV = "${RPIFW_DATE}"