blob: 1c426bae0e8753b2eae895e97467baef704d0277 [file] [log] [blame]
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05001
2require conf/distro/poky.conf
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05003
4DISTRO = "poky-lsb"
5DISTROOVERRIDES = "poky:linuxstdbase"
6
7DISTRO_FEATURES_append = " pam largefile opengl"
8PREFERRED_PROVIDER_virtual/libx11 = "libx11"
9
10# Ensure the kernel nfs server is enabled
11KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
12
13# Use the LTSI Kernel for LSB Testing
Brad Bishop316dfdd2018-06-25 12:45:53 -040014PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "4.14%"