diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-02-21 12:54:36 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-22 23:57:27 +0000 |
commit | e91900c0bc2ce66eb4bf49d932a24493f4692595 (patch) | |
tree | 2314c2071d5eb93249492ddd3785ee4c512ce692 /meta-poky | |
parent | 072f23a0cbef6ac44d2e338a545a9edfe0440b34 (diff) | |
download | poky-e91900c0bc2ce66eb4bf49d932a24493f4692595.tar.gz |
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>
Diffstat (limited to 'meta-poky')
-rw-r--r-- | meta-poky/conf/distro/include/poky-distro-alt-test-config.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc b/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc index 9926c1bb02..0b0412e60c 100644 --- a/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc +++ b/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc | |||
@@ -2,7 +2,7 @@ | |||
2 | DISTRO_FEATURES_append = " pam" | 2 | DISTRO_FEATURES_append = " pam" |
3 | 3 | ||
4 | # Use the LTSI Kernel | 4 | # Use the LTSI Kernel |
5 | PREFERRED_VERSION_linux-yocto ?= "4.19%" | 5 | PREFERRED_VERSION_linux-yocto ?= "5.4%" |
6 | 6 | ||
7 | # Ensure the kernel nfs server is enabled | 7 | # Ensure the kernel nfs server is enabled |
8 | KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc" | 8 | KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc" |