diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2019-11-07 16:19:49 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-11-08 11:15:04 +0100 |
commit | 7f78604c4c0e538940e32933186a61fe9b5970d4 (patch) | |
tree | d39694976ed6fe0d46bd6832b819d6f1c9615ae6 | |
parent | 018683d24b14cac615497b8814af6c6f4bd14243 (diff) | |
download | meta-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.inc | 8 |
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 @@ | |||
1 | RPIFW_DATE ?= "20191021" | 1 | RPIFW_DATE ?= "20191107" |
2 | SRCREV ?= "ed238d3329e39a68bde03bbc2dfc293c0c3dc93a" | 2 | SRCREV ?= "d737daa826adaab8679f83018c3cdc8783d49b59" |
3 | RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz" | 3 | RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz" |
4 | RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}" | 4 | RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}" |
5 | 5 | ||
6 | SRC_URI = "${RPIFW_SRC_URI}" | 6 | SRC_URI = "${RPIFW_SRC_URI}" |
7 | SRC_URI[md5sum] = "d18066531018a972ed927a6cc136cfff" | 7 | SRC_URI[md5sum] = "002b6544826ce8f0d1176dd2e958022c" |
8 | SRC_URI[sha256sum] = "82048cf88f4f50f7cf83e34d93923ceb5147885761d33ee5f4dc980b4a7a426a" | 8 | SRC_URI[sha256sum] = "48817e60ca15098ff46d7942914fcbdc44e74c97aa3d58889e59a90901b8fc1a" |
9 | 9 | ||
10 | PV = "${RPIFW_DATE}" | 10 | PV = "${RPIFW_DATE}" |