summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2017-11-02 15:22:04 +0000
committerAndrei Gherzan <andrei@gherzan.com>2017-12-04 17:52:17 +0100
commit1215dca0e0689e3a967c3c69cc8c246c115e4c9c (patch)
tree2fe634bb694d6031e3d694f6592099cef2879df3
parentb10c29945c7a734584bd7d66ec43be151b49f2c3 (diff)
downloadmeta-raspberrypi-1215dca0e0689e3a967c3c69cc8c246c115e4c9c.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