diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-02-21 20:01:56 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-02-24 11:47:53 +0000 |
commit | 7a8c76f056ee3c64441f6832c9ea708d081d5392 (patch) | |
tree | 720721d6492a77f27d7d275235678e1a413d9660 | |
parent | 42c0a4d3155505d826f63cf4db662c7e639ee045 (diff) | |
download | meta-raspberrypi-7a8c76f056ee3c64441f6832c9ea708d081d5392.tar.gz |
raspberrypi-firmware: update to current HEAD
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
-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 38c222c..fdeaa63 100644 --- a/recipes-bsp/common/raspberrypi-firmware.inc +++ b/recipes-bsp/common/raspberrypi-firmware.inc | |||
@@ -1,10 +1,10 @@ | |||
1 | RPIFW_DATE ?= "20200205" | 1 | RPIFW_DATE ?= "20200220" |
2 | SRCREV ?= "149cd7f0487e08e148efe604f8d4d359541cecf4" | 2 | SRCREV ?= "02bff4e75712094ffb1ab2ec58a8115ca3e52290" |
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] = "8432e1a7ae5996e9ec6b817a6e97f78d" | 7 | SRC_URI[md5sum] = "0ff79476623af1182f6ddc4baeb7d2ed" |
8 | SRC_URI[sha256sum] = "44713d27f1c8a1e65dd2d4b4db0d2123d5744930c70a84cc663da6ec76797c7e" | 8 | SRC_URI[sha256sum] = "08188344f592aecfa611a268b89762f7e48d08b1242185cb2627bb28e59d5f1a" |
9 | 9 | ||
10 | PV = "${RPIFW_DATE}" | 10 | PV = "${RPIFW_DATE}" |