linux-raspberrypi: Bump 4.19 revision to fix RPi 4 arm64 builds

See:
9d1deec93f
https://github.com/raspberrypi/linux/issues/3024
https://github.com/raspberrypi/linux/pull/3030

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
Andrei Gherzan
2019-07-02 11:52:05 +01:00
parent 6585c518b7
commit e00578fd1c

View File

@@ -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} \
"