summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2018-11-07 15:11:35 +0000
committerAndrei Gherzan <andrei@gherzan.ro>2018-11-08 13:23:23 +0000
commitb589574d9e7d56989bd117e3b140e10fd5426ad6 (patch)
treec33a3aef8503bf5d1ec94f3cd00e6b4fd964495b
parentdb02864e83e593a899291a6a1b6d3f52df63c8e0 (diff)
downloadmeta-raspberrypi-b589574d9e7d56989bd117e3b140e10fd5426ad6.tar.gz
firmware.inc: Update to 20180924
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
-rw-r--r--recipes-bsp/common/firmware.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
index 3baa1f8..7be848a 100644
--- a/recipes-bsp/common/firmware.inc
+++ b/recipes-bsp/common/firmware.inc
@@ -1,11 +1,11 @@
1RPIFW_DATE ?= "20180817" 1RPIFW_DATE ?= "20180924"
2SRCREV ?= "53ac68e1eb02138f72a5056efed9dac9d3883a3f" 2SRCREV ?= "5b49caa17e91d0e64024380119ad739bb201c674"
3RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz" 3RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz"
4RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}" 4RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}"
5 5
6SRC_URI = "${RPIFW_SRC_URI}" 6SRC_URI = "${RPIFW_SRC_URI}"
7SRC_URI[md5sum] = "6b3d901decf2fe4fad151e3ebb28cb62" 7SRC_URI[md5sum] = "51352972a029c6f47bde6d302b69440e"
8SRC_URI[sha256sum] = "3680de3ea9817b10fa8998b0dfa6811e58c96945474f4c782710dcd0a56c8cf0" 8SRC_URI[sha256sum] = "d1f9c58957dfe681fff7e1cf1eabb9e0f6fdc99720f1d059fb24a37750573310"
9 9
10 10
11PV = "${RPIFW_DATE}" 11PV = "${RPIFW_DATE}"