summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2021-10-29 21:36:27 +0100
committerAndrei Gherzan <andrei@gherzan.com>2021-10-30 21:27:43 +0100
commit4a1340691e1862df0171e2e70c46a136c2a9e084 (patch)
treebe85dd6297c92edcdb61697d193a6c1ba20ee67c
parent90b3ac6fb3037118bc711a14adcb31d2bcd7dfa4 (diff)
downloadmeta-raspberrypi-4a1340691e1862df0171e2e70c46a136c2a9e084.tar.gz
raspberrypi-firmware: Bump to 20211007
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
-rw-r--r--recipes-bsp/common/raspberrypi-firmware.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/common/raspberrypi-firmware.inc b/recipes-bsp/common/raspberrypi-firmware.inc
index 3dcfb9d..dda6ae0 100644
--- a/recipes-bsp/common/raspberrypi-firmware.inc
+++ b/recipes-bsp/common/raspberrypi-firmware.inc
@@ -1,9 +1,9 @@
1RPIFW_DATE ?= "20210914" 1RPIFW_DATE ?= "20211007"
2SRCREV ?= "d5d14f484cec739901a088a58eed62452b6dadeb" 2SRCREV ?= "0c4fc71befd228419a225c84d316cabbda8633a7"
3RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz;downloadfilename=raspberrypi-firmware-${SRCREV}.tar.gz" 3RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz;downloadfilename=raspberrypi-firmware-${SRCREV}.tar.gz"
4RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}" 4RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}"
5 5
6SRC_URI = "${RPIFW_SRC_URI}" 6SRC_URI = "${RPIFW_SRC_URI}"
7SRC_URI[sha256sum] = "f5b3d9fa60afbc103b00bc7f5899ea49ef61d353b88624b42dbf7669446a44ac" 7SRC_URI[sha256sum] = "2502930165328be3b292389b1f7e25365c724000d6c404b63a5a0ba7af120aa7"
8 8
9PV = "${RPIFW_DATE}" 9PV = "${RPIFW_DATE}"