rpi-default-versions: Switch defaults to 5.4

Linux Kernel 5.4 is now considered stable.

See [1] to check the current apt stable kernel.

[1] - https://github.com/raspberrypi/firmware/blob/stable/extra/uname_string7

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
This commit is contained in:
Pierre-Jean Texier 2020-07-26 11:58:55 +00:00 committed by Andrei Gherzan
parent 5c3bda2acb
commit 9adb9b81b2

View File

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