From c41bbc1dba3ea47aeee731d235fb4bba932e1154 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Wed, 28 Mar 2018 14:40:44 +0100 Subject: firmware: Update to 20180313 Signed-off-by: Andrei Gherzan --- recipes-bsp/common/firmware.inc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index 67078c1..53654ce 100644 --- a/recipes-bsp/common/firmware.inc +++ b/recipes-bsp/common/firmware.inc @@ -1,9 +1,10 @@ -RPIFW_DATE ?= "20171029" -RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/1.${RPIFW_DATE}.tar.gz" -RPIFW_S ?= "${WORKDIR}/firmware-1.${RPIFW_DATE}" +RPIFW_DATE ?= "20180313" +SRCREV ?= "af994023ab491420598bfd5648b9dcab956f7e11" +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] = "4d27c1888a7bab3097471906e7b4a319" -SRC_URI[sha256sum] = "46ce28c8d87ef22bdcc57ac1836ca3f04d1ec6f46580ff5a30bf76b3c0822117" -PV = "${RPIFW_DATE}" +SRC_URI[md5sum] = "0c388f3631093368ac92a15a262d0f7c" +SRC_URI[sha256sum] = "e2afa23886de586856a1d604da2a85e4559715816dccbd70ae828b840beafc21" +PV = "${RPIFW_DATE}" -- cgit v1.2.3-54-g00ecf