mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 19:02:23 +01:00
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>
16 lines
441 B
Plaintext
16 lines
441 B
Plaintext
|
|
require conf/distro/poky.conf
|
|
require conf/distro/include/security_flags.inc
|
|
|
|
DISTRO = "poky-lsb"
|
|
DISTROOVERRIDES = "poky:linuxstdbase"
|
|
|
|
DISTRO_FEATURES_append = " pam largefile opengl"
|
|
PREFERRED_PROVIDER_virtual/libx11 = "libx11"
|
|
|
|
# Ensure the kernel nfs server is enabled
|
|
KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
|
|
|
|
# Use the LTSI Kernel for LSB Testing
|
|
PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "4.14%"
|