From e00578fd1c35bbf3e90c449773fd69db58693a27 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Tue, 2 Jul 2019 11:52:05 +0100 Subject: linux-raspberrypi: Bump 4.19 revision to fix RPi 4 arm64 builds See: https://github.com/raspberrypi/linux/commit/9d1deec93fa8b1b4953ff5e9210349f3c85b9a8d https://github.com/raspberrypi/linux/issues/3024 https://github.com/raspberrypi/linux/pull/3030 Signed-off-by: Andrei Gherzan --- recipes-kernel/linux/linux-raspberrypi_4.19.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.19.bb b/recipes-kernel/linux/linux-raspberrypi_4.19.bb index 6f08068..c97d2cc 100644 --- a/recipes-kernel/linux/linux-raspberrypi_4.19.bb +++ b/recipes-kernel/linux/linux-raspberrypi_4.19.bb @@ -3,7 +3,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux-raspberrypi:" LINUX_VERSION ?= "4.19.56" LINUX_RPI_BRANCH ?= "rpi-4.19.y" -SRCREV = "e8a66b4f610b3a20bae8f706256d230135916c26" +SRCREV = "9d1deec93fa8b1b4953ff5e9210349f3c85b9a8d" SRC_URI = " \ git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \ " -- cgit v1.2.3-54-g00ecf