From fd561a1a038d17630d9dfade3d19488c63c3a794 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Thu, 8 Aug 2019 15:01:48 +0100 Subject: [PATCH] linux-raspberrypi: Update 4.19 recipe to 4.19.66 Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_4.19.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.19.bb b/recipes-kernel/linux/linux-raspberrypi_4.19.bb index b15b522..70d3464 100644 --- a/recipes-kernel/linux/linux-raspberrypi_4.19.bb +++ b/recipes-kernel/linux/linux-raspberrypi_4.19.bb @@ -1,9 +1,9 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:" -LINUX_VERSION ?= "4.19.58" +LINUX_VERSION ?= "4.19.66" LINUX_RPI_BRANCH ?= "rpi-4.19.y" -SRCREV = "d5dc848c982dff2e020f294e384447efe6ea6617" +SRCREV = "fc5826fb999e0b32900d1f487e90c27a92010214" SRC_URI = " \ git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \ "