summaryrefslogtreecommitdiff
path: root/meta-raspberrypi/recipes-bsp
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2020-01-06 17:44:45 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2020-01-06 17:44:46 +0300
commit870eb53cd2dd418fcd6e26356392b6366e51cae5 (patch)
tree715b0c8ffada95025ba25b8fd386d4ebab35b0b3 /meta-raspberrypi/recipes-bsp
parente378b1990eb7d1e122b9119bfa006bfc8c52fda3 (diff)
downloadopenbmc-870eb53cd2dd418fcd6e26356392b6366e51cae5.tar.xz
meta-raspberrypi: subtree update:3ae288aa38..a953fc0f9b
Andrei Gherzan (2): raspberrypi-firmware: Update to current HEAD linux-raspberrypi: Bump to 4.19 recipe to 4.19.88 Leon Anavi (1): pi-bluetooth: Runtime depends on udev-rules-rpi Michael Baisch (1): linux-raspberrypi.inc: no longer set CONFIG_LOCALVERSION to empty string Pierre-Jean Texier (3): linux-raspberrypi-rt: bump to revision e2e9cec rpi-gpio: bump to version 0.7.0 raspi-gpio: bump to revision 4edfde1 Change-Id: Ibd557330128fe2b6afbefd2234e411b45f265aeb Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-raspberrypi/recipes-bsp')
-rw-r--r--meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bb2
-rw-r--r--meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc8
2 files changed, 5 insertions, 5 deletions
diff --git a/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bb b/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bb
index 848a29af7..d20312c14 100644
--- a/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bb
+++ b/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Closed source binary files to help boot the ARM on the BCM2835."
LICENSE = "Broadcom-RPi"
-LIC_FILES_CHKSUM = "file://LICENCE.broadcom;md5=4a4d169737c0786fb9482bb6d30401d1"
+LIC_FILES_CHKSUM = "file://LICENCE.broadcom;md5=c403841ff2837657b2ed8e5bb474ac8d"
inherit deploy nopackages
diff --git a/meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc b/meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc
index a535cce98..869ea3a5c 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 ?= "20191107"
-SRCREV ?= "d737daa826adaab8679f83018c3cdc8783d49b59"
+RPIFW_DATE ?= "20191210"
+SRCREV ?= "9d6be5b07e81bdfb9c4b9a560e90fbc7477fdc6e"
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] = "002b6544826ce8f0d1176dd2e958022c"
-SRC_URI[sha256sum] = "48817e60ca15098ff46d7942914fcbdc44e74c97aa3d58889e59a90901b8fc1a"
+SRC_URI[md5sum] = "645e812765c8b4ca05d6cb47a1f67ab0"
+SRC_URI[sha256sum] = "484d52caed909fcafbf593cc3e726ea44a9218db7f0aeec843b825797eb9b0fc"
PV = "${RPIFW_DATE}"