summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2018-03-28 14:40:44 +0100
committerAndrei Gherzan <andrei@gherzan.com>2018-03-28 14:48:34 +0100
commite99afb0c89a141c8173ac186f4d1b2df29ffc548 (patch)
tree8784ddeb7a19bf657f19413d26c064978e1c3e0b
parent857db4a4961219526e039fb2f1940d6935980d31 (diff)
downloadmeta-raspberrypi-e99afb0c89a141c8173ac186f4d1b2df29ffc548.tar.gz
firmware: Update to 20180313
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
-rw-r--r--recipes-bsp/common/firmware.inc9
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
index d5e60cb..53654ce 100644
--- a/recipes-bsp/common/firmware.inc
+++ b/recipes-bsp/common/firmware.inc
@@ -1,11 +1,10 @@
1RPIFW_DATE ?= "20180226" 1RPIFW_DATE ?= "20180313"
2SRCREV ?= "469fc794fd3e45dbf30e14b46cb0d6283e399cba" 2SRCREV ?= "af994023ab491420598bfd5648b9dcab956f7e11"
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] = "319e53a3184d5cec6ba78a29d001940c" 7SRC_URI[md5sum] = "0c388f3631093368ac92a15a262d0f7c"
8SRC_URI[sha256sum] = "002128368c15b1e030d9a625db49603d7d19973ba58eee11973a9319f6ba5d60" 8SRC_URI[sha256sum] = "e2afa23886de586856a1d604da2a85e4559715816dccbd70ae828b840beafc21"
9 9
10PV = "${RPIFW_DATE}" 10PV = "${RPIFW_DATE}"
11