poky-alt: bump LTS kernel to v5.4

We move from 4.19 to 5.4 as the LTS kernel.

(From meta-yocto rev: db7ed0a35a9822ba2ffe629c08bc5056be1cccc0)

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2020-02-21 12:54:36 -05:00
committed by Richard Purdie
parent 072f23a0cb
commit e91900c0bc

View File

@@ -2,7 +2,7 @@
DISTRO_FEATURES_append = " pam"
# Use the LTSI Kernel
PREFERRED_VERSION_linux-yocto ?= "4.19%"
PREFERRED_VERSION_linux-yocto ?= "5.4%"
# Ensure the kernel nfs server is enabled
KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc"