summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Barker <paul@betafive.co.uk>2019-04-21 09:24:48 +0000
committerAndrei Gherzan <andrei@gherzan.ro>2019-04-24 13:13:21 +0100
commit348d572a6b4cfbc7a72cee63afc4b179eca86f88 (patch)
tree2b96565091e50d46640d82a73ba0773465154654
parent047808065cae9ab490d9f64b37a05ef742b73e17 (diff)
downloadmeta-raspberrypi-348d572a6b4cfbc7a72cee63afc4b179eca86f88.tar.gz
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 <paul@betafive.co.uk>
-rw-r--r--conf/machine/include/rpi-default-versions.inc2
1 files changed, 1 insertions, 1 deletions
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 @@
1# RaspberryPi BSP default versions 1# RaspberryPi BSP default versions
2 2
3PREFERRED_VERSION_linux-raspberrypi ??= "4.19.%" 3PREFERRED_VERSION_linux-raspberrypi ??= "4.14.%"