summaryrefslogtreecommitdiff
path: root/meta-raspberrypi
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2020-06-06 02:09:33 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-06-07 19:45:30 +0300
commit2127dd9e7fe13a55eadbe07a110cb15932331bf4 (patch)
tree39ed157374afad85d8fd4459f41263a54802ece0 /meta-raspberrypi
parenteafcbb8a73edfad32d50070982300335b553e28e (diff)
downloadopenbmc-2127dd9e7fe13a55eadbe07a110cb15932331bf4.tar.xz
meta-raspberrypi: subtree update:4982da8d48..e589e0f3fd
Leon Anavi (1): rpi-base.inc: Add infrared dtbo Pierre-Jean Texier (2): raspberrypi-firmware: update to current HEAD linux-raspberrypi: bump to Linux version 4.19.126 Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Change-Id: I4647e63afafbed5acf76349577aec5b951dc69aa
Diffstat (limited to 'meta-raspberrypi')
-rw-r--r--meta-raspberrypi/conf/machine/include/rpi-base.inc2
-rw-r--r--meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc8
-rw-r--r--meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.bb4
3 files changed, 8 insertions, 6 deletions
diff --git a/meta-raspberrypi/conf/machine/include/rpi-base.inc b/meta-raspberrypi/conf/machine/include/rpi-base.inc
index 7a87bd13a..a8ede4cdf 100644
--- a/meta-raspberrypi/conf/machine/include/rpi-base.inc
+++ b/meta-raspberrypi/conf/machine/include/rpi-base.inc
@@ -39,6 +39,8 @@ RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \
overlays/vc4-fkms-v3d.dtbo \
overlays/w1-gpio-pullup.dtbo \
overlays/w1-gpio.dtbo \
+ overlays/gpio-ir.dtbo \
+ overlays/gpio-ir-tx.dtbo \
"
RPI_KERNEL_DEVICETREE ?= " \
diff --git a/meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc b/meta-raspberrypi/recipes-bsp/common/raspberrypi-firmware.inc
index 5e4b77268..e2557a60f 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 ?= "20200504"
-SRCREV ?= "7eff9f6774bb43bfd61e749a0b45ffddc98c2311"
+RPIFW_DATE ?= "20200603"
+SRCREV ?= "23548e550a757d368d3d5220373fe829b5961c42"
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] = "05cd161dca5a6f02684794960913e04c"
-SRC_URI[sha256sum] = "77ad450dd7cabb58ca04a18fd704844df6e642374346cf006a07edca46615af1"
+SRC_URI[md5sum] = "acd99b86ab857b43d3e3a6bf53ee7d89"
+SRC_URI[sha256sum] = "ea8accaecd4bd1ff5e1ca2c0cf4c182c829779d89a6fc4d64a058c6ddd6b654b"
PV = "${RPIFW_DATE}"
diff --git a/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.bb b/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.bb
index 03053dac3..93a29f008 100644
--- a/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.bb
+++ b/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.bb
@@ -1,7 +1,7 @@
-LINUX_VERSION ?= "4.19.120"
+LINUX_VERSION ?= "4.19.126"
LINUX_RPI_BRANCH ?= "rpi-4.19.y"
-SRCREV = "9da67d7329873623bd5c13fae5835d76d5be8806"
+SRCREV = "f6b3ac28f0a9137d4c24c0b8832e693bbd16f5b7"
require linux-raspberrypi_4.19.inc