summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2017-11-02 15:22:04 +0000
committerPaul Barker <pbarker@toganlabs.com>2017-12-01 17:48:40 +0000
commit5c700a0681f6e769d4b06442e012d6873cee6879 (patch)
tree0a55fb05c7b7dd7816bde147bfbae6f741abfdaa
parentc125f345dc3aa683528ff806f78344f5f5327554 (diff)
downloadmeta-raspberrypi-5c700a0681f6e769d4b06442e012d6873cee6879.tar.gz
firmware.inc: Update to 20171029
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
-rw-r--r--recipes-bsp/common/firmware.inc7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
index ac2bd82..67078c1 100644
--- a/recipes-bsp/common/firmware.inc
+++ b/recipes-bsp/common/firmware.inc
@@ -1,10 +1,9 @@
1RPIFW_DATE ?= "20170811" 1RPIFW_DATE ?= "20171029"
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] = "afd09f9a6df14e32b6d832fd9f51d087" 6SRC_URI[md5sum] = "4d27c1888a7bab3097471906e7b4a319"
7SRC_URI[sha256sum] = "a25f6281d64732892a2e838cc2346f1a88505b5c77a57a6540755362ea64043a" 7SRC_URI[sha256sum] = "46ce28c8d87ef22bdcc57ac1836ca3f04d1ec6f46580ff5a30bf76b3c0822117"
8
9PV = "${RPIFW_DATE}" 8PV = "${RPIFW_DATE}"
10 9