summaryrefslogtreecommitdiffstats
path: root/meta-poky/conf/distro/poky-lsb.conf
blob: 1c426bae0e8753b2eae895e97467baef704d0277 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require conf/distro/poky.conf

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%"