summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-05-04 21:19:06 +0000
committerAndrei Gherzan <andrei@gherzan.ro>2020-05-09 12:16:52 +0100
commit3cda39cda270bac6522d1cc0ceee0e063a6bd643 (patch)
treeccadbaed6720239653fdbda6d9b6ec164846c385
parent45ee64377bcc511380edf59191abc90c1ddb210e (diff)
downloadmeta-raspberrypi-3cda39cda270bac6522d1cc0ceee0e063a6bd643.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 70b9ea7..5e4b772 100644
--- a/recipes-bsp/common/raspberrypi-firmware.inc
+++ b/recipes-bsp/common/raspberrypi-firmware.inc
@@ -1,10 +1,10 @@
1RPIFW_DATE ?= "20200417" 1RPIFW_DATE ?= "20200504"
2SRCREV ?= "84523e0b9a9e78aa69fca1f1a8d75b2bdb5155fc" 2SRCREV ?= "7eff9f6774bb43bfd61e749a0b45ffddc98c2311"
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] = "657e10e0e9f12ad03a91ff0cd28ac628" 7SRC_URI[md5sum] = "05cd161dca5a6f02684794960913e04c"
8SRC_URI[sha256sum] = "93986d256d2791c3d151e01d12176f470ec085c93a32e0c85d7cec51bd4319c1" 8SRC_URI[sha256sum] = "77ad450dd7cabb58ca04a18fd704844df6e642374346cf006a07edca46615af1"
9 9
10PV = "${RPIFW_DATE}" 10PV = "${RPIFW_DATE}"