diff options
author | Andrei Gherzan <andrei@gherzan.com> | 2018-09-07 15:37:17 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2018-09-11 15:50:33 +0100 |
commit | 50ee8d7e179e29ac28e59535f5e49116f8686f12 (patch) | |
tree | af437f12c3c0a19d2f03fa78187b306baa4f58a0 | |
parent | ade31d6d01b5cb37d6ae163ae75d390b15e95860 (diff) | |
download | meta-raspberrypi-50ee8d7e179e29ac28e59535f5e49116f8686f12.tar.gz |
firmware: Update to 20180817
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
-rw-r--r-- | recipes-bsp/common/firmware.inc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index 26cafb7..3baa1f8 100644 --- a/recipes-bsp/common/firmware.inc +++ b/recipes-bsp/common/firmware.inc | |||
@@ -1,10 +1,11 @@ | |||
1 | RPIFW_DATE ?= "20180619" | 1 | RPIFW_DATE ?= "20180817" |
2 | SRCREV ?= "748fb17992426bb29d99224b93cb962fefbdc833" | 2 | SRCREV ?= "53ac68e1eb02138f72a5056efed9dac9d3883a3f" |
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] = "02edb854e9b72499225f3f93d322fe12" | 7 | SRC_URI[md5sum] = "6b3d901decf2fe4fad151e3ebb28cb62" |
8 | SRC_URI[sha256sum] = "07b2dc9d0779e15666e3ab596387e18cefc265d863c4bf6f8a0572b58a4fb793" | 8 | SRC_URI[sha256sum] = "3680de3ea9817b10fa8998b0dfa6811e58c96945474f4c782710dcd0a56c8cf0" |
9 | |||
9 | 10 | ||
10 | PV = "${RPIFW_DATE}" | 11 | PV = "${RPIFW_DATE}" |