summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Barker <paul@betafive.co.uk>2019-04-21 09:24:48 +0000
committerPaul Barker <paul@betafive.co.uk>2019-04-21 09:24:51 +0000
commit5a3919f89ae8eaf6cf6f04d0c96215d886439155 (patch)
tree2b96565091e50d46640d82a73ba0773465154654
parentd95dadb8ec491a5041b6360f18100bbe6035c066 (diff)
downloadmeta-raspberrypi-5a3919f89ae8eaf6cf6f04d0c96215d886439155.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.%"