summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2019-07-02 11:52:05 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2019-07-20 21:56:21 +0100
commite00578fd1c35bbf3e90c449773fd69db58693a27 (patch)
tree1f70d7811b325d7e4b5874a12cb9ec9ab5c0e269
parent6585c518b70e4f43533c2ede91e1af1bb1e62fdd (diff)
downloadmeta-raspberrypi-e00578fd1c35bbf3e90c449773fd69db58693a27.tar.gz
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 <andrei@gherzan.ro>
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_4.19.bb2
1 files changed, 1 insertions, 1 deletions
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:"
3LINUX_VERSION ?= "4.19.56" 3LINUX_VERSION ?= "4.19.56"
4LINUX_RPI_BRANCH ?= "rpi-4.19.y" 4LINUX_RPI_BRANCH ?= "rpi-4.19.y"
5 5
6SRCREV = "e8a66b4f610b3a20bae8f706256d230135916c26" 6SRCREV = "9d1deec93fa8b1b4953ff5e9210349f3c85b9a8d"
7SRC_URI = " \ 7SRC_URI = " \
8 git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \ 8 git://github.com/raspberrypi/linux.git;protocol=git;branch=${LINUX_RPI_BRANCH} \
9 " 9 "