summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-02-08 11:34:28 +0000
committerAndrei Gherzan <andrei@gherzan.ro>2020-02-08 14:15:48 +0000
commit06c8537bccd8a621e48f07ffaadf1e1c6912e31c (patch)
tree087ffdf7f36c2944d8c9ce29c9a978c0aa837fb1
parent4801ca3f039f54e6156d761d2a250a8ef9d422eb (diff)
downloadmeta-raspberrypi-06c8537bccd8a621e48f07ffaadf1e1c6912e31c.tar.gz
raspberrypi-firmware: bump to version 20200205
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 869ea3a..38c222c 100644
--- a/recipes-bsp/common/raspberrypi-firmware.inc
+++ b/recipes-bsp/common/raspberrypi-firmware.inc
@@ -1,10 +1,10 @@
1RPIFW_DATE ?= "20191210" 1RPIFW_DATE ?= "20200205"
2SRCREV ?= "9d6be5b07e81bdfb9c4b9a560e90fbc7477fdc6e" 2SRCREV ?= "149cd7f0487e08e148efe604f8d4d359541cecf4"
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] = "645e812765c8b4ca05d6cb47a1f67ab0" 7SRC_URI[md5sum] = "8432e1a7ae5996e9ec6b817a6e97f78d"
8SRC_URI[sha256sum] = "484d52caed909fcafbf593cc3e726ea44a9218db7f0aeec843b825797eb9b0fc" 8SRC_URI[sha256sum] = "44713d27f1c8a1e65dd2d4b4db0d2123d5744930c70a84cc663da6ec76797c7e"
9 9
10PV = "${RPIFW_DATE}" 10PV = "${RPIFW_DATE}"