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-20 21:56:21 +0100
commit35db3d24b2e868337e23ac9fc1bdc4cb1918894b (patch)
treed99ce6f48a5df60cc9049901c3f738aaa5401771
parent672d666294ab0355a859537d4ca6c2eb2f61429c (diff)
downloadmeta-raspberrypi-35db3d24b2e868337e23ac9fc1bdc4cb1918894b.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}"