summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-07-13 19:38:38 +0000
committerAndrei Gherzan <andrei@gherzan.ro>2020-07-14 17:15:50 +0100
commit372dc40ae390afa3d586e641952b5e639edefb8e (patch)
tree14daa107adc4e5c6e940822594fe28919a7e8d91
parent32eb4bd8ad6297d28f62232cc07fb962f28f53df (diff)
downloadmeta-raspberrypi-372dc40ae390afa3d586e641952b5e639edefb8e.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 e2557a6..d4d2e3c 100644
--- a/recipes-bsp/common/raspberrypi-firmware.inc
+++ b/recipes-bsp/common/raspberrypi-firmware.inc
@@ -1,10 +1,10 @@
1RPIFW_DATE ?= "20200603" 1RPIFW_DATE ?= "20200713"
2SRCREV ?= "23548e550a757d368d3d5220373fe829b5961c42" 2SRCREV ?= "7e74bcb4f9706f36f752d1c3d3164628ccf2aae5"
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] = "acd99b86ab857b43d3e3a6bf53ee7d89" 7SRC_URI[md5sum] = "46a19d68b81f388443394492dd6a873c"
8SRC_URI[sha256sum] = "ea8accaecd4bd1ff5e1ca2c0cf4c182c829779d89a6fc4d64a058c6ddd6b654b" 8SRC_URI[sha256sum] = "f987cafcbc72179493673191e3e4aa8c1f18eccf871546be5d26156abbf8eff1"
9 9
10PV = "${RPIFW_DATE}" 10PV = "${RPIFW_DATE}"