summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Barker <pbarker@toganlabs.com>2017-08-25 13:41:05 +0000
committerAndrei Gherzan <andrei@gherzan.com>2017-08-29 15:36:13 +0100
commit2aa08e4f977468cbd3811587ece44f7148ad7829 (patch)
treed72128c3d1b1d4980f76cd4ef4aad63c81233627
parentc098439ac10f1c968b12b584d3e434aea758f519 (diff)
downloadmeta-raspberrypi-2aa08e4f977468cbd3811587ece44f7148ad7829.tar.gz
firmware: Update to tag '1.20170811'
Signed-off-by: Paul Barker <pbarker@toganlabs.com>
-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