diff options
author | Paul Barker <paul@betafive.co.uk> | 2019-04-21 09:24:48 +0000 |
---|---|---|
committer | Paul Barker <paul@betafive.co.uk> | 2019-04-21 09:24:51 +0000 |
commit | 5a3919f89ae8eaf6cf6f04d0c96215d886439155 (patch) | |
tree | 2b96565091e50d46640d82a73ba0773465154654 | |
parent | d95dadb8ec491a5041b6360f18100bbe6035c066 (diff) | |
download | meta-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.inc | 2 |
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 | ||
3 | PREFERRED_VERSION_linux-raspberrypi ??= "4.19.%" | 3 | PREFERRED_VERSION_linux-raspberrypi ??= "4.14.%" |