summaryrefslogtreecommitdiff
path: root/meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc')
-rw-r--r--meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc9
1 files changed, 4 insertions, 5 deletions
diff --git a/meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc b/meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc
index 3919c9f2e..3b54d1898 100644
--- a/meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc
+++ b/meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc
@@ -1,10 +1,9 @@
-RPIFW_DATE ?= "20200812"
-SRCREV ?= "18aa72c5e05677b8a8af835bd60409e3253817aa"
-RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz"
+RPIFW_DATE ?= "20200911"
+SRCREV ?= "a490197f0672d948860b2b807884ae65eabc4d4f"
+RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz;downloadfilename=raspberrypi-firmware-${SRCREV}.tar.gz"
RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}"
SRC_URI = "${RPIFW_SRC_URI}"
-SRC_URI[md5sum] = "285453979ec7730f9547445056d58e44"
-SRC_URI[sha256sum] = "9e946f96aff5791150703ea3510f26724e80048ba7c2985e28fbba6a2e1406d2"
+SRC_URI[sha256sum] = "be06015688f415fa1b87850d51a4188a766f2a618001f70e7c69b07cbdf9d6ab"
PV = "${RPIFW_DATE}"