diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-08-15 11:16:14 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-18 17:01:26 +0100 |
commit | f3e7063e6aaa525bb8db2ad513cee5907bdaa3c1 (patch) | |
tree | 568eb1802ec323bb03a658393533ce3c62355ce9 /meta-poky/conf | |
parent | a2d643f3a0ed82b1a0050673624d42b25d3a1777 (diff) | |
download | poky-f3e7063e6aaa525bb8db2ad513cee5907bdaa3c1.tar.gz |
poky-alt: switch default kernel to 5.10
5.4 has been dropped from oe-core release/development, so we switch
the alt-config to use 5.10.
(From meta-yocto rev: 979b52c5f1d649791bfe312d79585a4cd346ce26)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/conf')
-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 9c2d7753a1..0de2013826 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 = "5.4%" | 5 | PREFERRED_VERSION_linux-yocto = "5.10%" |
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" |