summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2019-08-08 15:01:19 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2019-08-15 16:50:50 +0100
commit42c02d063a8c4093ff00e9a715263a88f928bfc9 (patch)
tree08660b0613f2bdeda0e4543e3a200e937beb7cd7
parentbe0e3df5cfb3af0e96068406bba979f3997f1212 (diff)
downloadmeta-raspberrypi-42c02d063a8c4093ff00e9a715263a88f928bfc9.tar.gz
raspberrypi-firmware.inc: Update to 20190718
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 01299be..19c24b5 100644
--- a/recipes-bsp/common/raspberrypi-firmware.inc
+++ b/recipes-bsp/common/raspberrypi-firmware.inc
@@ -1,10 +1,10 @@
1RPIFW_DATE ?= "20190709" 1RPIFW_DATE ?= "20190718"
2SRCREV ?= "356f5c2880a3c7e8774025aa6fc934a617553e7b" 2SRCREV ?= "d36bde339b067bf13b610fd9741d6351c1dafc38"
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] = "5962784e7963f0116cd1519e47749b25" 7SRC_URI[md5sum] = "273fe147e3edc92ce38a0ff6bf49e3b9"
8SRC_URI[sha256sum] = "6e07d98e4229ba7a1970a4c475fc6b8631823d200d3b8734a508e7ff5ea4c120" 8SRC_URI[sha256sum] = "f266df66ce92e7726e894c0c870f0d8e7257434f102ba77bd60640970b689aa3"
9 9
10PV = "${RPIFW_DATE}" 10PV = "${RPIFW_DATE}"