summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2019-07-12 15:02:37 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2019-07-16 13:38:41 +0100
commitae7aba5ed1c1dfed91551e168785de9ad823eb63 (patch)
tree3c6c85422ac89ecf578c4b0eed67ef9cbfac2f58
parent1c06e2b4172e15f75f832e2da0394a3f3f01af3c (diff)
downloadmeta-raspberrypi-ae7aba5ed1c1dfed91551e168785de9ad823eb63.tar.gz
raspberrypi-firmware: Update to 20190709
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--recipes-bsp/common/raspberrypi-firmware.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/common/raspberrypi-firmware.inc b/recipes-bsp/common/raspberrypi-firmware.inc
index a6bf0ff..01299be 100644
--- a/recipes-bsp/common/raspberrypi-firmware.inc
+++ b/recipes-bsp/common/raspberrypi-firmware.inc
@@ -1,10 +1,10 @@
1RPIFW_DATE ?= "20190620" 1RPIFW_DATE ?= "20190709"
2SRCREV ?= "88ca9081f5e51cdedd16d5dbc85ed12a25123201" 2SRCREV ?= "356f5c2880a3c7e8774025aa6fc934a617553e7b"
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] = "cae293a2af57ba5a347eb8b95710805e" 7SRC_URI[md5sum] = "5962784e7963f0116cd1519e47749b25"
8SRC_URI[sha256sum] = "17e30e75e5d5108c8c45f550d34c8c934961703ddb64f753bf97b90791b3aa0c" 8SRC_URI[sha256sum] = "6e07d98e4229ba7a1970a4c475fc6b8631823d200d3b8734a508e7ff5ea4c120"
9 9
10PV = "${RPIFW_DATE}" 10PV = "${RPIFW_DATE}"