From ae7aba5ed1c1dfed91551e168785de9ad823eb63 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Fri, 12 Jul 2019 15:02:37 +0100 Subject: [PATCH] raspberrypi-firmware: Update to 20190709 Signed-off-by: Andrei Gherzan --- recipes-bsp/common/raspberrypi-firmware.inc | 8 ++++---- 1 file 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 @@ -RPIFW_DATE ?= "20190620" -SRCREV ?= "88ca9081f5e51cdedd16d5dbc85ed12a25123201" +RPIFW_DATE ?= "20190709" +SRCREV ?= "356f5c2880a3c7e8774025aa6fc934a617553e7b" RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz" RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}" SRC_URI = "${RPIFW_SRC_URI}" -SRC_URI[md5sum] = "cae293a2af57ba5a347eb8b95710805e" -SRC_URI[sha256sum] = "17e30e75e5d5108c8c45f550d34c8c934961703ddb64f753bf97b90791b3aa0c" +SRC_URI[md5sum] = "5962784e7963f0116cd1519e47749b25" +SRC_URI[sha256sum] = "6e07d98e4229ba7a1970a4c475fc6b8631823d200d3b8734a508e7ff5ea4c120" PV = "${RPIFW_DATE}"