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-15 11:20:08 +0300
commit59c2d6f7a8b1239bd7b587b9180c2a55f9c695a2 (patch)
tree1bb64b79b65ffb32620a110f1f3f3bcd1b36a3d4
parentf0c75016f06c0395d1e76fde0ef1beb71eaf404a (diff)
downloadmeta-raspberrypi-59c2d6f7a8b1239bd7b587b9180c2a55f9c695a2.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 32cc480..891bd1a 100644
--- a/recipes-bsp/common/raspberrypi-firmware.inc
+++ b/recipes-bsp/common/raspberrypi-firmware.inc
@@ -1,9 +1,9 @@
1RPIFW_DATE ?= "20201002" 1RPIFW_DATE ?= "20210527"
2SRCREV ?= "11e3c314bc2b64f7d862bac00ff3d9f42f3c5a50" 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] = "b8c9f5a3e987f418f11526cbf59f6a6c8103e8f5e94bccffb9ef3fd7ae834f98" 7SRC_URI[sha256sum] = "32fb5cc72703247622839c3cb4df2f369f91d2185770df867ac9758283bf5380"
8 8
9PV = "${RPIFW_DATE}" 9PV = "${RPIFW_DATE}"