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>
This commit is contained in:
Paul Barker 2019-04-21 09:24:48 +00:00 committed by Andrei Gherzan
parent 047808065c
commit 348d572a6b

View File

@ -1,3 +1,3 @@
# RaspberryPi BSP default versions
PREFERRED_VERSION_linux-raspberrypi ??= "4.19.%"
PREFERRED_VERSION_linux-raspberrypi ??= "4.14.%"