summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-06-03 17:36:42 +0000
committerAndrei Gherzan <andrei@gherzan.ro>2020-06-14 10:53:13 +0100
commit0aeec6f94247570a8f6dbe586dd11deee05ed3c6 (patch)
tree9baa98107832c8f44cc86f1423c3c2987b42875d
parent9df75ee9c45466e36965d93518cef71968cd1785 (diff)
downloadmeta-raspberrypi-0aeec6f94247570a8f6dbe586dd11deee05ed3c6.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 5e4b772..e2557a6 100644
--- a/recipes-bsp/common/raspberrypi-firmware.inc
+++ b/recipes-bsp/common/raspberrypi-firmware.inc
@@ -1,10 +1,10 @@
1RPIFW_DATE ?= "20200504" 1RPIFW_DATE ?= "20200603"
2SRCREV ?= "7eff9f6774bb43bfd61e749a0b45ffddc98c2311" 2SRCREV ?= "23548e550a757d368d3d5220373fe829b5961c42"
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] = "05cd161dca5a6f02684794960913e04c" 7SRC_URI[md5sum] = "acd99b86ab857b43d3e3a6bf53ee7d89"
8SRC_URI[sha256sum] = "77ad450dd7cabb58ca04a18fd704844df6e642374346cf006a07edca46615af1" 8SRC_URI[sha256sum] = "ea8accaecd4bd1ff5e1ca2c0cf4c182c829779d89a6fc4d64a058c6ddd6b654b"
9 9
10PV = "${RPIFW_DATE}" 10PV = "${RPIFW_DATE}"