summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/common
diff options
context:
space:
mode:
authorPaul Barker <pbarker@toganlabs.com>2017-08-25 13:41:05 +0000
committerAndrei Gherzan <andrei@gherzan.com>2017-09-06 18:44:27 +0100
commit8291756c3f8b119765761b5bd4a45cae10a0e90c (patch)
tree9f3d95d26ec3c01e2891663a28578e4835f66f38 /recipes-bsp/common
parent6521c4db7da55920fd0c840c6fc309269ae385e2 (diff)
downloadmeta-raspberrypi-8291756c3f8b119765761b5bd4a45cae10a0e90c.tar.gz
firmware: Update to tag '1.20170811'
Signed-off-by: Paul Barker <pbarker@toganlabs.com>
Diffstat (limited to 'recipes-bsp/common')
-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 1c3a911..ac2bd82 100644
--- a/recipes-bsp/common/firmware.inc
+++ b/recipes-bsp/common/firmware.inc
@@ -1,10 +1,10 @@
1RPIFW_DATE ?= "20170405" 1RPIFW_DATE ?= "20170811"
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] = "ea82d14a7cd8cfae9b78e00d4e56bc71" 6SRC_URI[md5sum] = "afd09f9a6df14e32b6d832fd9f51d087"
7SRC_URI[sha256sum] = "2f4e5bddbac1372590db203002c35cbba3fb9d6172a93c314ee27bf05ae13bff" 7SRC_URI[sha256sum] = "a25f6281d64732892a2e838cc2346f1a88505b5c77a57a6540755362ea64043a"
8 8
9PV = "${RPIFW_DATE}" 9PV = "${RPIFW_DATE}"
10 10