diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-09-12 14:49:26 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-09-12 21:38:16 +0100 |
commit | 16a6e0b4ea655aa3cc2094777933ac7f1b49c73c (patch) | |
tree | 2617f01bade9b2654b1adec96eff26e1396a6574 | |
parent | 61bea927932a7a856c751dc6e93ae7961bacffaf (diff) | |
download | meta-raspberrypi-16a6e0b4ea655aa3cc2094777933ac7f1b49c73c.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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/common/raspberrypi-firmware.inc b/recipes-bsp/common/raspberrypi-firmware.inc index 85292eb..0856274 100644 --- a/recipes-bsp/common/raspberrypi-firmware.inc +++ b/recipes-bsp/common/raspberrypi-firmware.inc | |||
@@ -1,9 +1,9 @@ | |||
1 | RPIFW_DATE ?= "20200819" | 1 | RPIFW_DATE ?= "20200911" |
2 | SRCREV ?= "f293685f683c48b1872beeb38c2f7da1f46141a0" | 2 | SRCREV ?= "a490197f0672d948860b2b807884ae65eabc4d4f" |
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[sha256sum] = "dd825e8ccbd524182f7e06c5301f2ed2f8a68200e80cf61b1095271dcfbe0e55" | 7 | SRC_URI[sha256sum] = "be06015688f415fa1b87850d51a4188a766f2a618001f70e7c69b07cbdf9d6ab" |
8 | 8 | ||
9 | PV = "${RPIFW_DATE}" | 9 | PV = "${RPIFW_DATE}" |