linux-raspberrypi: update to 4.14.114

Kernel 4.19.y and above was patched to rename the Raspberry Pi Zero W dts.
Unfortunately, this modification was not propagated to previous kernels,
especially on the 4.14.y series which is still supported in this layer.

Thus, kernel 4.14.y would not build because correct .dts file is not found.

The aforementioned modification was merged as backport back in 4.14.y series.
Updating to the latest commit fixes the issue.

Signed-off-by: Francesco Giancane <francescogiancane8@gmail.com>
This commit is contained in:
Francesco Giancane 2019-07-29 16:12:55 +02:00 committed by Andrei Gherzan
parent 8106df150d
commit b112816e95

View File

@ -1,6 +1,6 @@
LINUX_VERSION ?= "4.14.112"
LINUX_VERSION ?= "4.14.114"
SRCREV = "6b5c4a2508403839af29ef44059d04acbe0ee204"
SRCREV = "7688b39276ff9952df381d79de63b258e73971ce"
SRC_URI = " \
git://github.com/raspberrypi/linux.git;branch=rpi-4.14.y \
file://0001-menuconfig-check-lxdiaglog.sh-Allow-specification-of.patch \