diff options
author | Peter A. Bigot <pab@pabigot.com> | 2018-05-06 06:58:52 -0500 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2018-05-11 14:55:25 +0100 |
commit | 8cd71e771a1a2f29718e3bb2dd8887f95c64c835 (patch) | |
tree | 53abb1b29470b38b2fbaabdcf6f2cdcfa6dab06b | |
parent | d3709fa6887d6d35046df6376fe39e9a7a59038e (diff) | |
download | meta-raspberrypi-8cd71e771a1a2f29718e3bb2dd8887f95c64c835.tar.gz |
firmware: Update to 20180417
stable #4
RaspberryPi 3B+ support
Signed-off-by: Peter A. Bigot <pab@pabigot.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 53654ce..d564a49 100644 --- a/recipes-bsp/common/firmware.inc +++ b/recipes-bsp/common/firmware.inc | |||
@@ -1,10 +1,10 @@ | |||
1 | RPIFW_DATE ?= "20180313" | 1 | RPIFW_DATE ?= "20180417" |
2 | SRCREV ?= "af994023ab491420598bfd5648b9dcab956f7e11" | 2 | SRCREV ?= "5db8e4e1c63178e200d6fbea23ed4a9bf4656658" |
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] = "0c388f3631093368ac92a15a262d0f7c" | 7 | SRC_URI[md5sum] = "6bce52f22a7a005a9bcdb9912b132590" |
8 | SRC_URI[sha256sum] = "e2afa23886de586856a1d604da2a85e4559715816dccbd70ae828b840beafc21" | 8 | SRC_URI[sha256sum] = "84568c4e7f5b0deee4cd76e7c0b48315885f983d6131d8148ef8af8438328a36" |
9 | 9 | ||
10 | PV = "${RPIFW_DATE}" | 10 | PV = "${RPIFW_DATE}" |