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 16:03:37 +0100
commitc41bbc1dba3ea47aeee731d235fb4bba932e1154 (patch)
tree991840b457f34c9a150ec7b6c8cc1ba32f226d46
parent6df11c90432fa90177d220fb86701e48f71adf2b (diff)
downloadmeta-raspberrypi-c41bbc1dba3ea47aeee731d235fb4bba932e1154.tar.gz
firmware: Update to 20180313
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
-rw-r--r--recipes-bsp/common/firmware.inc13
1 files changed, 7 insertions, 6 deletions
diff --git a/recipes-bsp/common/firmware.inc b/recipes-bsp/common/firmware.inc
index 67078c1..53654ce 100644
--- a/recipes-bsp/common/firmware.inc
+++ b/recipes-bsp/common/firmware.inc
@@ -1,9 +1,10 @@
1RPIFW_DATE ?= "20171029" 1RPIFW_DATE ?= "20180313"
2RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/1.${RPIFW_DATE}.tar.gz" 2SRCREV ?= "af994023ab491420598bfd5648b9dcab956f7e11"
3RPIFW_S ?= "${WORKDIR}/firmware-1.${RPIFW_DATE}" 3RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz"
4RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}"
4 5
5SRC_URI = "${RPIFW_SRC_URI}" 6SRC_URI = "${RPIFW_SRC_URI}"
6SRC_URI[md5sum] = "4d27c1888a7bab3097471906e7b4a319" 7SRC_URI[md5sum] = "0c388f3631093368ac92a15a262d0f7c"
7SRC_URI[sha256sum] = "46ce28c8d87ef22bdcc57ac1836ca3f04d1ec6f46580ff5a30bf76b3c0822117" 8SRC_URI[sha256sum] = "e2afa23886de586856a1d604da2a85e4559715816dccbd70ae828b840beafc21"
8PV = "${RPIFW_DATE}"
9 9
10PV = "${RPIFW_DATE}"