summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmer Akram <omer@thing.com>2021-07-09 01:44:04 +0500
committerAndrei Gherzan <andrei@gherzan.com>2021-07-09 11:26:39 +0300
commit0e48785e15d864438cade6e526056dbc92e7a690 (patch)
tree7ec1fdbf08e9738212a5adf8689fd31831602d4d
parent17b56ab07505c0df6831e0b39d40c9db26cf1703 (diff)
downloadmeta-raspberrypi-0e48785e15d864438cade6e526056dbc92e7a690.tar.gz
Update raspberrypi firmware to 20210527
Signed-off-by: Omer Akram <omer@thing.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 6358fba..891bd1a 100644
--- a/recipes-bsp/common/raspberrypi-firmware.inc
+++ b/recipes-bsp/common/raspberrypi-firmware.inc
@@ -1,9 +1,9 @@
1RPIFW_DATE ?= "20210421" 1RPIFW_DATE ?= "20210527"
2SRCREV ?= "2ac4de4eaac5c1d1b25acec4a5e0a9fdb16f0c91" 2SRCREV ?= "1eb8921ae7158249894f89e8bb6c4bfb04ec7377"
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] = "c687aa1b5127a8dc0773e8aefb1f009f24bf71ccb4c9e8b40a1d46cbbb7bee0c" 7SRC_URI[sha256sum] = "32fb5cc72703247622839c3cb4df2f369f91d2185770df867ac9758283bf5380"
8 8
9PV = "${RPIFW_DATE}" 9PV = "${RPIFW_DATE}"