diff options
author | Andrei Gherzan <andrei@gherzan.com> | 2018-07-26 19:26:48 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2018-09-06 20:00:49 +0100 |
commit | 32044251789a701eaa2cd1b2b3b8f32f86208a99 (patch) | |
tree | 8cb103c6356f52fc48e3af2311d2c4a53fb7e91d | |
parent | cf26c996ffedf6bd6ee7c69ff994c7bb05fa55be (diff) | |
download | meta-raspberrypi-32044251789a701eaa2cd1b2b3b8f32f86208a99.tar.gz meta-raspberrypi-32044251789a701eaa2cd1b2b3b8f32f86208a99.tar.bz2 meta-raspberrypi-32044251789a701eaa2cd1b2b3b8f32f86208a99.zip |
linux-raspberrypi: Update to v4.14.58
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
-rw-r--r-- | recipes-kernel/linux/linux-raspberrypi_4.14.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.14.bb b/recipes-kernel/linux/linux-raspberrypi_4.14.bb index dbcdc03..acbd225 100644 --- a/recipes-kernel/linux/linux-raspberrypi_4.14.bb +++ b/recipes-kernel/linux/linux-raspberrypi_4.14.bb @@ -1,6 +1,6 @@ -LINUX_VERSION ?= "4.14.52" +LINUX_VERSION ?= "4.14.58" -SRCREV = "36d224f4ae8759252a3583f147ae4487a9790073" +SRCREV = "a06f9e522301dfacc1f382d72e6a9792d8350328" SRC_URI = " \ git://github.com/raspberrypi/linux.git;branch=rpi-4.14.y \ file://0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch \ |