summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter A. Bigot <pab@pabigot.com>2018-05-06 06:58:52 -0500
committerAndrei Gherzan <andrei@gherzan.com>2018-05-11 14:55:25 +0100
commit8cd71e771a1a2f29718e3bb2dd8887f95c64c835 (patch)
tree53abb1b29470b38b2fbaabdcf6f2cdcfa6dab06b
parentd3709fa6887d6d35046df6376fe39e9a7a59038e (diff)
downloadmeta-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.inc8
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 @@
1RPIFW_DATE ?= "20180313" 1RPIFW_DATE ?= "20180417"
2SRCREV ?= "af994023ab491420598bfd5648b9dcab956f7e11" 2SRCREV ?= "5db8e4e1c63178e200d6fbea23ed4a9bf4656658"
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] = "0c388f3631093368ac92a15a262d0f7c" 7SRC_URI[md5sum] = "6bce52f22a7a005a9bcdb9912b132590"
8SRC_URI[sha256sum] = "e2afa23886de586856a1d604da2a85e4559715816dccbd70ae828b840beafc21" 8SRC_URI[sha256sum] = "84568c4e7f5b0deee4cd76e7c0b48315885f983d6131d8148ef8af8438328a36"
9 9
10PV = "${RPIFW_DATE}" 10PV = "${RPIFW_DATE}"