From 348d572a6b4cfbc7a72cee63afc4b179eca86f88 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Sun, 21 Apr 2019 09:24:48 +0000 Subject: linux-raspberrypi: Switch default back to 4.14.y The 4.19.y kernel is not yet considered stable upstream as discussed in the following GitHub issues: https://github.com/agherzan/meta-raspberrypi/issues/410 https://github.com/raspberrypi/linux/issues/2931 Signed-off-by: Paul Barker --- conf/machine/include/rpi-default-versions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/rpi-default-versions.inc b/conf/machine/include/rpi-default-versions.inc index 9983b61..a5fe6d7 100644 --- a/conf/machine/include/rpi-default-versions.inc +++ b/conf/machine/include/rpi-default-versions.inc @@ -1,3 +1,3 @@ # RaspberryPi BSP default versions -PREFERRED_VERSION_linux-raspberrypi ??= "4.19.%" +PREFERRED_VERSION_linux-raspberrypi ??= "4.14.%" -- cgit v1.2.3-54-g00ecf