summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2019-06-27 18:35:43 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2019-07-20 21:56:21 +0100
commit9649833a2ce79207336cae957563d704c557b0fc (patch)
tree302db637d83d4d5626e53bb2dbe4c25c9fe01374
parent174fafd16b0c8f7a8594c9472b41262dec632f31 (diff)
downloadmeta-raspberrypi-9649833a2ce79207336cae957563d704c557b0fc.tar.gz
firmware: Update to 20190620
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-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 e2c3b1a..a6bf0ff 100644
--- a/recipes-bsp/common/firmware.inc
+++ b/recipes-bsp/common/firmware.inc
@@ -1,10 +1,10 @@
1RPIFW_DATE ?= "20190517" 1RPIFW_DATE ?= "20190620"
2SRCREV ?= "e1900836948f6c6bdf4571da1b966a9085c95d37" 2SRCREV ?= "88ca9081f5e51cdedd16d5dbc85ed12a25123201"
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] = "ba272fed3661f0c8d5e4c424d2617246" 7SRC_URI[md5sum] = "cae293a2af57ba5a347eb8b95710805e"
8SRC_URI[sha256sum] = "2a4c566e98b16575ebf295b795b40a5772f81282948e957bdc9733cf72fdcd39" 8SRC_URI[sha256sum] = "17e30e75e5d5108c8c45f550d34c8c934961703ddb64f753bf97b90791b3aa0c"
9 9
10PV = "${RPIFW_DATE}" 10PV = "${RPIFW_DATE}"