summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-04-18 10:30:22 +0000
committerAndrei Gherzan <andrei@gherzan.ro>2020-04-18 15:56:39 +0100
commit7671f666b2fec747a04ec647d6cfcc1e7817725d (patch)
tree6067760e23ef79430ade21fd2d41cfc13bfae82d
parent9816a456047d47ebbf1307b2c263232859ffefc1 (diff)
downloadmeta-raspberrypi-7671f666b2fec747a04ec647d6cfcc1e7817725d.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 acf8f24..70b9ea7 100644
--- a/recipes-bsp/common/raspberrypi-firmware.inc
+++ b/recipes-bsp/common/raspberrypi-firmware.inc
@@ -1,10 +1,10 @@
1RPIFW_DATE ?= "20200326" 1RPIFW_DATE ?= "20200417"
2SRCREV ?= "5574077183389cd4c65077ba18b59144ed6ccd6d" 2SRCREV ?= "84523e0b9a9e78aa69fca1f1a8d75b2bdb5155fc"
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] = "1091837b8daed93b01dcc8980d936b40" 7SRC_URI[md5sum] = "657e10e0e9f12ad03a91ff0cd28ac628"
8SRC_URI[sha256sum] = "0596505f529677906fed30e6c3c1d2387a5d287f668a719484e2f9d8a3059176" 8SRC_URI[sha256sum] = "93986d256d2791c3d151e01d12176f470ec085c93a32e0c85d7cec51bd4319c1"
9 9
10PV = "${RPIFW_DATE}" 10PV = "${RPIFW_DATE}"