diff options
author | Andrei Gherzan <andrei@gherzan.com> | 2018-03-28 14:40:44 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2018-03-28 16:03:37 +0100 |
commit | c41bbc1dba3ea47aeee731d235fb4bba932e1154 (patch) | |
tree | 991840b457f34c9a150ec7b6c8cc1ba32f226d46 | |
parent | 6df11c90432fa90177d220fb86701e48f71adf2b (diff) | |
download | meta-raspberrypi-c41bbc1dba3ea47aeee731d235fb4bba932e1154.tar.gz |
firmware: Update to 20180313
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
-rw-r--r-- | recipes-bsp/common/firmware.inc | 13 |
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 @@ | |||
1 | RPIFW_DATE ?= "20171029" | 1 | RPIFW_DATE ?= "20180313" |
2 | RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/1.${RPIFW_DATE}.tar.gz" | 2 | SRCREV ?= "af994023ab491420598bfd5648b9dcab956f7e11" |
3 | RPIFW_S ?= "${WORKDIR}/firmware-1.${RPIFW_DATE}" | 3 | RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz" |
4 | RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}" | ||
4 | 5 | ||
5 | SRC_URI = "${RPIFW_SRC_URI}" | 6 | SRC_URI = "${RPIFW_SRC_URI}" |
6 | SRC_URI[md5sum] = "4d27c1888a7bab3097471906e7b4a319" | 7 | SRC_URI[md5sum] = "0c388f3631093368ac92a15a262d0f7c" |
7 | SRC_URI[sha256sum] = "46ce28c8d87ef22bdcc57ac1836ca3f04d1ec6f46580ff5a30bf76b3c0822117" | 8 | SRC_URI[sha256sum] = "e2afa23886de586856a1d604da2a85e4559715816dccbd70ae828b840beafc21" |
8 | PV = "${RPIFW_DATE}" | ||
9 | 9 | ||
10 | PV = "${RPIFW_DATE}" | ||