diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-03-07 13:00:40 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-03-08 20:59:57 +0000 |
commit | bf15756322a4960e8aaeb7b7a2fee3e3c4e726f4 (patch) | |
tree | 127fc2c44055f6a6f63048af599171e507ff804f | |
parent | 1ff7696e0972f55dca8242d201ed6443269ede80 (diff) | |
download | meta-raspberrypi-bf15756322a4960e8aaeb7b7a2fee3e3c4e726f4.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 fdeaa63..1841a78 100644 --- a/recipes-bsp/common/raspberrypi-firmware.inc +++ b/recipes-bsp/common/raspberrypi-firmware.inc | |||
@@ -1,10 +1,10 @@ | |||
1 | RPIFW_DATE ?= "20200220" | 1 | RPIFW_DATE ?= "20200306" |
2 | SRCREV ?= "02bff4e75712094ffb1ab2ec58a8115ca3e52290" | 2 | SRCREV ?= "163d84cbeb7038a4fd71d817eae43a535eb3df62" |
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] = "0ff79476623af1182f6ddc4baeb7d2ed" | 7 | SRC_URI[md5sum] = "8be0bd27fc4f31ecb0a9b48d8f27f933" |
8 | SRC_URI[sha256sum] = "08188344f592aecfa611a268b89762f7e48d08b1242185cb2627bb28e59d5f1a" | 8 | SRC_URI[sha256sum] = "4a62e6d37598300a42fc9c9f6b554e08f3ea825695e429f7f3674d4afc0d5803" |
9 | 9 | ||
10 | PV = "${RPIFW_DATE}" | 10 | PV = "${RPIFW_DATE}" |