summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-02-22 16:33:28 -0800
committerAndrei Gherzan <andrei@gherzan.ro>2019-02-24 11:07:36 +0000
commita6c81aa527ce92e20452d5f23c17542bb81b4811 (patch)
tree924b0164eadf47ed88f77abc93b170e43762eb20
parent6a3dc071cde4f6bec7dd807165db056a3d7115eb (diff)
downloadmeta-raspberrypi-a6c81aa527ce92e20452d5f23c17542bb81b4811.tar.gz
firmware: Update to latest as of 20190220
Needed for 4.19 kernel Signed-off-by: Khem Raj <raj.khem@gmail.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 37cd343..d19525f 100644
--- a/recipes-bsp/common/firmware.inc
+++ b/recipes-bsp/common/firmware.inc
@@ -1,11 +1,10 @@
1RPIFW_DATE ?= "20190212" 1RPIFW_DATE ?= "20190220"
2SRCREV ?= "83977fe3b6ef54c1d29c83b0a778d330f523441f" 2SRCREV ?= "ebf7b40cdc6effe7ffa3fd5195e8be01b94f80da"
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] = "5ccdb5447cbdd3ee0158a514f7b76cb9" 7SRC_URI[md5sum] = "611077d343e3802496dd99118ca4e977"
8SRC_URI[sha256sum] = "9a34ccc4a51695a33206cc6c8534f615ba5a30fcbce5fa3add400ecc6b80ad8a" 8SRC_URI[sha256sum] = "e911f6342ea8aa9380cae97c6f5ac4ddd370527265f23d5b5d4b2c6f679d4ba8"
9
10 9
11PV = "${RPIFW_DATE}" 10PV = "${RPIFW_DATE}"