diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-04-18 10:30:22 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-04-18 15:56:39 +0100 |
commit | 7671f666b2fec747a04ec647d6cfcc1e7817725d (patch) | |
tree | 6067760e23ef79430ade21fd2d41cfc13bfae82d | |
parent | 9816a456047d47ebbf1307b2c263232859ffefc1 (diff) | |
download | meta-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.inc | 8 |
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 @@ | |||
1 | RPIFW_DATE ?= "20200326" | 1 | RPIFW_DATE ?= "20200417" |
2 | SRCREV ?= "5574077183389cd4c65077ba18b59144ed6ccd6d" | 2 | SRCREV ?= "84523e0b9a9e78aa69fca1f1a8d75b2bdb5155fc" |
3 | RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz" | 3 | RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz" |
4 | RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}" | 4 | RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}" |
5 | 5 | ||
6 | SRC_URI = "${RPIFW_SRC_URI}" | 6 | SRC_URI = "${RPIFW_SRC_URI}" |
7 | SRC_URI[md5sum] = "1091837b8daed93b01dcc8980d936b40" | 7 | SRC_URI[md5sum] = "657e10e0e9f12ad03a91ff0cd28ac628" |
8 | SRC_URI[sha256sum] = "0596505f529677906fed30e6c3c1d2387a5d287f668a719484e2f9d8a3059176" | 8 | SRC_URI[sha256sum] = "93986d256d2791c3d151e01d12176f470ec085c93a32e0c85d7cec51bd4319c1" |
9 | 9 | ||
10 | PV = "${RPIFW_DATE}" | 10 | PV = "${RPIFW_DATE}" |