diff options
author | Paul Barker <pbarker@toganlabs.com> | 2017-08-25 13:41:05 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2017-09-06 18:44:27 +0100 |
commit | 8291756c3f8b119765761b5bd4a45cae10a0e90c (patch) | |
tree | 9f3d95d26ec3c01e2891663a28578e4835f66f38 /recipes-bsp/common | |
parent | 6521c4db7da55920fd0c840c6fc309269ae385e2 (diff) | |
download | meta-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.inc | 6 |
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 @@ | |||
1 | RPIFW_DATE ?= "20170405" | 1 | RPIFW_DATE ?= "20170811" |
2 | RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/1.${RPIFW_DATE}.tar.gz" | 2 | RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/1.${RPIFW_DATE}.tar.gz" |
3 | RPIFW_S ?= "${WORKDIR}/firmware-1.${RPIFW_DATE}" | 3 | RPIFW_S ?= "${WORKDIR}/firmware-1.${RPIFW_DATE}" |
4 | 4 | ||
5 | SRC_URI = "${RPIFW_SRC_URI}" | 5 | SRC_URI = "${RPIFW_SRC_URI}" |
6 | SRC_URI[md5sum] = "ea82d14a7cd8cfae9b78e00d4e56bc71" | 6 | SRC_URI[md5sum] = "afd09f9a6df14e32b6d832fd9f51d087" |
7 | SRC_URI[sha256sum] = "2f4e5bddbac1372590db203002c35cbba3fb9d6172a93c314ee27bf05ae13bff" | 7 | SRC_URI[sha256sum] = "a25f6281d64732892a2e838cc2346f1a88505b5c77a57a6540755362ea64043a" |
8 | 8 | ||
9 | PV = "${RPIFW_DATE}" | 9 | PV = "${RPIFW_DATE}" |
10 | 10 | ||