summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2017-11-02 15:22:04 +0000
committerAndrei Gherzan <andrei@gherzan.com>2017-11-08 10:20:08 +0000
commit4c09f3e6dbfc865982166092fac2a59aba6b1bf5 (patch)
treec5cd6b9304078eea44dd52595e50e63a551a692a
parent50fd319205d8de9996edddad5f1a2c3f2b9e2f15 (diff)
downloadmeta-raspberrypi-4c09f3e6dbfc865982166092fac2a59aba6b1bf5.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