diff options
author | Andrei Gherzan <andrei@gherzan.com> | 2018-11-07 15:11:35 +0000 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2018-11-08 13:23:23 +0000 |
commit | b589574d9e7d56989bd117e3b140e10fd5426ad6 (patch) | |
tree | c33a3aef8503bf5d1ec94f3cd00e6b4fd964495b | |
parent | db02864e83e593a899291a6a1b6d3f52df63c8e0 (diff) | |
download | meta-raspberrypi-b589574d9e7d56989bd117e3b140e10fd5426ad6.tar.gz |
firmware.inc: Update to 20180924
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
-rw-r--r-- | recipes-bsp/common/firmware.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc index 3baa1f8..7be848a 100644 --- a/recipes-bsp/common/firmware.inc +++ b/recipes-bsp/common/firmware.inc | |||
@@ -1,11 +1,11 @@ | |||
1 | RPIFW_DATE ?= "20180817" | 1 | RPIFW_DATE ?= "20180924" |
2 | SRCREV ?= "53ac68e1eb02138f72a5056efed9dac9d3883a3f" | 2 | SRCREV ?= "5b49caa17e91d0e64024380119ad739bb201c674" |
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] = "6b3d901decf2fe4fad151e3ebb28cb62" | 7 | SRC_URI[md5sum] = "51352972a029c6f47bde6d302b69440e" |
8 | SRC_URI[sha256sum] = "3680de3ea9817b10fa8998b0dfa6811e58c96945474f4c782710dcd0a56c8cf0" | 8 | SRC_URI[sha256sum] = "d1f9c58957dfe681fff7e1cf1eabb9e0f6fdc99720f1d059fb24a37750573310" |
9 | 9 | ||
10 | 10 | ||
11 | PV = "${RPIFW_DATE}" | 11 | PV = "${RPIFW_DATE}" |