summaryrefslogtreecommitdiff
path: root/meta-raspberrypi/recipes-bsp
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-11-11 16:08:32 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-11-11 16:08:33 +0300
commit985dee9cb6bb29800a933e882913a44e6b9d4f42 (patch)
treeda7f8a5c4c3e03b0e591ebe3e1411b6317fca1bb /meta-raspberrypi/recipes-bsp
parent2f9739240bcb1cfd0675bbe77c02b5f7c32219b1 (diff)
downloadopenbmc-985dee9cb6bb29800a933e882913a44e6b9d4f42.tar.xz
meta-raspberrypi: subtree update:254c9366b9..a430f1e50a
Andrei Gherzan (5): pi-bluetooth: Update to latest version (0.1.12) raspberrypi-firmware: Update to current HEAD raspberrypi-tools: Update to current HEAD linux-firmware-rpidistro: Bump revision linux-raspberrypi: Bump to 4.19 recipe to 4.19.81 Pierre-Jean Texier (2): raspi-gpio: bump to revision 2eaa8b8 wiringpi: remove obsolete files Change-Id: I001e619182aaa07a08c18dbac7381df5c848787d Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-raspberrypi/recipes-bsp')
-rw-r--r--meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc8
-rw-r--r--meta-raspberrypi/recipes-bsp/common/raspberrypi-tools.inc6
2 files changed, 7 insertions, 7 deletions
diff --git a/meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc b/meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc
index 29c7b4b6a..a535cce98 100644
--- a/meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc
+++ b/meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc
@@ -1,10 +1,10 @@
-RPIFW_DATE ?= "20191021"
-SRCREV ?= "ed238d3329e39a68bde03bbc2dfc293c0c3dc93a"
+RPIFW_DATE ?= "20191107"
+SRCREV ?= "d737daa826adaab8679f83018c3cdc8783d49b59"
RPIFW_SRC_URI ?= "https://github.com/raspberrypi/firmware/archive/${SRCREV}.tar.gz"
RPIFW_S ?= "${WORKDIR}/firmware-${SRCREV}"
SRC_URI = "${RPIFW_SRC_URI}"
-SRC_URI[md5sum] = "d18066531018a972ed927a6cc136cfff"
-SRC_URI[sha256sum] = "82048cf88f4f50f7cf83e34d93923ceb5147885761d33ee5f4dc980b4a7a426a"
+SRC_URI[md5sum] = "002b6544826ce8f0d1176dd2e958022c"
+SRC_URI[sha256sum] = "48817e60ca15098ff46d7942914fcbdc44e74c97aa3d58889e59a90901b8fc1a"
PV = "${RPIFW_DATE}"
diff --git a/meta-raspberrypi/recipes-bsp/common/raspberrypi-tools.inc b/meta-raspberrypi/recipes-bsp/common/raspberrypi-tools.inc
index 1ea65dbd1..a889a47d8 100644
--- a/meta-raspberrypi/recipes-bsp/common/raspberrypi-tools.inc
+++ b/meta-raspberrypi/recipes-bsp/common/raspberrypi-tools.inc
@@ -1,9 +1,9 @@
-SRCREV ?= "76f64a28dc4685507d12f57fe5cfc89f6c32f8e6"
+SRCREV ?= "4a335520900ce55e251ac4f420f52bf0b2ab6b1f"
RPITOOLS_SRC_URI ?= "https://github.com/raspberrypi/tools/archive/${SRCREV}.tar.gz"
RPITOOLS_S ?= "${WORKDIR}/tools-${SRCREV}"
SRC_URI = "${RPITOOLS_SRC_URI}"
-SRC_URI[md5sum] = "e2d4709b62e1536aeaaeabcbae82a03e"
-SRC_URI[sha256sum] = "5f1c5eb8af9dff71b7cae30ffa6541d689d269a7b86013b365215adfb4c1c27d"
+SRC_URI[md5sum] = "9d9f3e4887d357cbc5601e61bc538fae"
+SRC_URI[sha256sum] = "7dcb188f14845909573a7ec6522b7ba8de5d3373d06aab0e8852f4c8352d6541"
PV = "0.0+git${SRCREV}"