diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-10-05 10:31:37 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-11-04 12:09:34 +0000 |
commit | 3ffdaef803e07ea7c2c7843b51d3dfec7da80c27 (patch) | |
tree | 80c2b3624d52a04a6de037da7d31cd35f980af2e /recipes-bsp/common/raspberrypi-firmware.inc | |
parent | c80a123afb146653148d440b6c597a0b6c992fc1 (diff) | |
download | meta-raspberrypi-3ffdaef803e07ea7c2c7843b51d3dfec7da80c27.tar.gz |
raspberrypi-firmware: Update to 20201002 snapshot
Brings in fixes for errors seen in kernel boot log
e.g.
https://github.com/raspberrypi/linux/issues/3878
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-bsp/common/raspberrypi-firmware.inc')
-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 3b54d18..32cc480 100644 --- a/recipes-bsp/common/raspberrypi-firmware.inc +++ b/recipes-bsp/common/raspberrypi-firmware.inc | |||
@@ -1,9 +1,9 @@ | |||
1 | RPIFW_DATE ?= "20200911" | 1 | RPIFW_DATE ?= "20201002" |
2 | SRCREV ?= "a490197f0672d948860b2b807884ae65eabc4d4f" | 2 | SRCREV ?= "11e3c314bc2b64f7d862bac00ff3d9f42f3c5a50" |
3 | RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz;downloadfilename=raspberrypi-firmware-${SRCREV}.tar.gz" | 3 | RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz;downloadfilename=raspberrypi-firmware-${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] = "be06015688f415fa1b87850d51a4188a766f2a618001f70e7c69b07cbdf9d6ab" | 7 | SRC_URI[sha256sum] = "b8c9f5a3e987f418f11526cbf59f6a6c8103e8f5e94bccffb9ef3fd7ae834f98" |
8 | 8 | ||
9 | PV = "${RPIFW_DATE}" | 9 | PV = "${RPIFW_DATE}" |