summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2019-11-07 16:19:49 +0000
committerAndrei Gherzan <andrei@gherzan.ro>2019-11-08 11:15:04 +0100
commit7f78604c4c0e538940e32933186a61fe9b5970d4 (patch)
treed39694976ed6fe0d46bd6832b819d6f1c9615ae6
parent018683d24b14cac615497b8814af6c6f4bd14243 (diff)
downloadmeta-raspberrypi-7f78604c4c0e538940e32933186a61fe9b5970d4.tar.gz
raspberrypi-firmware: Update to current HEAD
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 29c7b4b..a535cce 100644
--- a/recipes-bsp/common/raspberrypi-firmware.inc
+++ b/recipes-bsp/common/raspberrypi-firmware.inc
@@ -1,10 +1,10 @@
1RPIFW_DATE ?= "20191021" 1RPIFW_DATE ?= "20191107"
2SRCREV ?= "ed238d3329e39a68bde03bbc2dfc293c0c3dc93a" 2SRCREV ?= "d737daa826adaab8679f83018c3cdc8783d49b59"
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] = "d18066531018a972ed927a6cc136cfff" 7SRC_URI[md5sum] = "002b6544826ce8f0d1176dd2e958022c"
8SRC_URI[sha256sum] = "82048cf88f4f50f7cf83e34d93923ceb5147885761d33ee5f4dc980b4a7a426a" 8SRC_URI[sha256sum] = "48817e60ca15098ff46d7942914fcbdc44e74c97aa3d58889e59a90901b8fc1a"
9 9
10PV = "${RPIFW_DATE}" 10PV = "${RPIFW_DATE}"