diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-02-06 11:34:27 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-15 11:23:11 +0000 |
commit | d40532ca6120eec4b759a5074071d1639e79e231 (patch) | |
tree | 8063d073229adcfb5028030be37dfcb35b01a0aa /meta-poky/conf/distro/poky-lsb.conf | |
parent | 15816a519a2af40166379f730d17e813c42e727b (diff) | |
download | poky-d40532ca6120eec4b759a5074071d1639e79e231.tar.gz |
poky-lsb: update default kernel to v4.14
4.14 is a LTS/LTSI kernel and we are dropping anything older than
4.12 in master. As such, we make 4.14 the default for poky-lsb.
(From meta-yocto rev: ba6d172fd405dcc28c13f73aec1d1034a10bfc1d)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/conf/distro/poky-lsb.conf')
-rw-r--r-- | meta-poky/conf/distro/poky-lsb.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-poky/conf/distro/poky-lsb.conf b/meta-poky/conf/distro/poky-lsb.conf index 24cfb08b12..ecfe5d2f44 100644 --- a/meta-poky/conf/distro/poky-lsb.conf +++ b/meta-poky/conf/distro/poky-lsb.conf | |||
@@ -12,4 +12,4 @@ PREFERRED_PROVIDER_virtual/libx11 = "libx11" | |||
12 | KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc" | 12 | KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc" |
13 | 13 | ||
14 | # Use the LTSI Kernel for LSB Testing | 14 | # Use the LTSI Kernel for LSB Testing |
15 | PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "4.9%" | 15 | PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "4.14%" |