From 1ca7931fb0b8aaacbc54b84dbde4e315e012506c Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Thu, 27 Jun 2019 18:35:43 +0100 Subject: [PATCH] firmware: Update to 20190620 Signed-off-by: Andrei Gherzan --- recipes-bsp/common/firmware.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index e2c3b1a..a6bf0ff 100644 --- a/recipes-bsp/common/firmware.inc +++ b/recipes-bsp/common/firmware.inc @@ -1,10 +1,10 @@ -RPIFW_DATE ?= "20190517" -SRCREV ?= "e1900836948f6c6bdf4571da1b966a9085c95d37" +RPIFW_DATE ?= "20190620" +SRCREV ?= "88ca9081f5e51cdedd16d5dbc85ed12a25123201" 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] = "ba272fed3661f0c8d5e4c424d2617246" -SRC_URI[sha256sum] = "2a4c566e98b16575ebf295b795b40a5772f81282948e957bdc9733cf72fdcd39" +SRC_URI[md5sum] = "cae293a2af57ba5a347eb8b95710805e" +SRC_URI[sha256sum] = "17e30e75e5d5108c8c45f550d34c8c934961703ddb64f753bf97b90791b3aa0c" PV = "${RPIFW_DATE}"