summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-08-12 18:27:57 +0000
committerAndrei Gherzan <andrei@gherzan.ro>2020-08-26 13:53:39 +0100
commit8a2488c5f39ab95864e393b05c5d56dc7c459b74 (patch)
tree6ee0145756de165bae901c752686b6b56d45774e
parent659b33b3d03d30fc17927e56675ff46132079d57 (diff)
downloadmeta-raspberrypi-8a2488c5f39ab95864e393b05c5d56dc7c459b74.tar.gz
raspberrypi-firmware: update to current HEAD
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
-rw-r--r--recipes-bsp/common/raspberrypi-firmware.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/common/raspberrypi-firmware.inc b/recipes-bsp/common/raspberrypi-firmware.inc
index d4d2e3c..3919c9f 100644
--- a/recipes-bsp/common/raspberrypi-firmware.inc
+++ b/recipes-bsp/common/raspberrypi-firmware.inc
@@ -1,10 +1,10 @@
1RPIFW_DATE ?= "20200713" 1RPIFW_DATE ?= "20200812"
2SRCREV ?= "7e74bcb4f9706f36f752d1c3d3164628ccf2aae5" 2SRCREV ?= "18aa72c5e05677b8a8af835bd60409e3253817aa"
3RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz" 3RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${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[md5sum] = "46a19d68b81f388443394492dd6a873c" 7SRC_URI[md5sum] = "285453979ec7730f9547445056d58e44"
8SRC_URI[sha256sum] = "f987cafcbc72179493673191e3e4aa8c1f18eccf871546be5d26156abbf8eff1" 8SRC_URI[sha256sum] = "9e946f96aff5791150703ea3510f26724e80048ba7c2985e28fbba6a2e1406d2"
9 9
10PV = "${RPIFW_DATE}" 10PV = "${RPIFW_DATE}"