linux-raspberrypi_4.19.bb: Update to 4.19.80 70/22870/1
authorLeon Anavi <leon.anavi@konsulko.com>
Mon, 4 Nov 2019 21:16:44 +0000 (23:16 +0200)
committerLeon Anavi <leon.anavi@konsulko.com>
Wed, 6 Nov 2019 11:44:17 +0000 (13:44 +0200)
Update Linux kernel for Raspberry Pi to 4.19.80. This version
allows to run firmware KMS to support output through HDMI and
DSI for the official 7" Raspberry Pi touch screen display.

Bug-AGL: SPEC-2465

Change-Id: Ie854f8609196f986a1f9067da1010fb2e510e7c4
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
meta-agl-bsp/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.bb

index e58559b..c1df227 100644 (file)
@@ -1,9 +1,9 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:"
 
-LINUX_VERSION ?= "4.19.58"
+LINUX_VERSION ?= "4.19.80"
 LINUX_RPI_BRANCH ?= "rpi-4.19.y"
 
-SRCREV = "8222f38b1ceadd0642d49812fd34a3a6cb00e264"
+SRCREV = "3492a1b003494535eb1b17aa7f258469036b1de7"
 SRC_URI = " \
     git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \
     "