summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2017-04-14 21:10:53 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2017-04-14 21:10:53 +0100
commite3620fc038c66357e6b2808d9f562f3127899228 (patch)
tree6328d2de988dd99913e9e3d94c79e45484cd1797
parent58b2015564fafbdca78029f9b88f3064ed0ac161 (diff)
downloadmeta-raspberrypi-e3620fc038c66357e6b2808d9f562f3127899228.tar.gz
firmware.inc: Bump to 20170405
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--recipes-bsp/common/firmware.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
index 53c469e..1c3a911 100644
--- a/recipes-bsp/common/firmware.inc
+++ b/recipes-bsp/common/firmware.inc
@@ -1,10 +1,10 @@
1RPIFW_DATE ?= "20170303" 1RPIFW_DATE ?= "20170405"
2RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/1.${RPIFW_DATE}.tar.gz" 2RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/1.${RPIFW_DATE}.tar.gz"
3RPIFW_S ?= "${WORKDIR}/firmware-1.${RPIFW_DATE}" 3RPIFW_S ?= "${WORKDIR}/firmware-1.${RPIFW_DATE}"
4 4
5SRC_URI = "${RPIFW_SRC_URI}" 5SRC_URI = "${RPIFW_SRC_URI}"
6SRC_URI[md5sum] = "c87bc1bffbb8f254fc739e34baa03b02" 6SRC_URI[md5sum] = "ea82d14a7cd8cfae9b78e00d4e56bc71"
7SRC_URI[sha256sum] = "ee8758d7e63c8fea7c8b7b476ff1c09f9591c74349b7751036a78ae5b88eca36" 7SRC_URI[sha256sum] = "2f4e5bddbac1372590db203002c35cbba3fb9d6172a93c314ee27bf05ae13bff"
8 8
9PV = "${RPIFW_DATE}" 9PV = "${RPIFW_DATE}"
10 10