summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-09-16 15:40:56 -0700
committerAndrei Gherzan <andrei@gherzan.com>2021-09-17 11:36:53 +0100
commit5f72ec0aa4afc142996cf43701a97a56847d2d1a (patch)
tree11c352013dcf4b855416a0771f51fe49a98c0bdc
parent937ca693a92d36f5f28099cd10e21984bd716c5a (diff)
downloadmeta-raspberrypi-5f72ec0aa4afc142996cf43701a97a56847d2d1a.tar.gz
raspberrypi-firmware: Update to latest
Signed-off-by: Khem Raj <raj.khem@gmail.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 8a2a6e1..3dcfb9d 100644
--- a/recipes-bsp/common/raspberrypi-firmware.inc
+++ b/recipes-bsp/common/raspberrypi-firmware.inc
@@ -1,9 +1,9 @@
1RPIFW_DATE ?= "20210819" 1RPIFW_DATE ?= "20210914"
2SRCREV ?= "25e2b597ebfb2495eab4816a276758dcc6ea21f1" 2SRCREV ?= "d5d14f484cec739901a088a58eed62452b6dadeb"
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] = "abecc797c057ae57663eb54f2f0f5af79fb317bf873d2b3345f333848a5da3ee" 7SRC_URI[sha256sum] = "f5b3d9fa60afbc103b00bc7f5899ea49ef61d353b88624b42dbf7669446a44ac"
8 8
9PV = "${RPIFW_DATE}" 9PV = "${RPIFW_DATE}"