From: Saul Wold Date: Thu, 23 Oct 2014 17:43:30 +0000 (-0700) Subject: poky-lsb: Set LTSI as base kernel for LSB X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f828e2160942cb05c93fa6f48a5a4b590940497;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git poky-lsb: Set LTSI as base kernel for LSB By doing this we will enable the LTSI kernel (3.10 at this time) for the LSB based images. [YOCTO #6853] Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta-yocto/conf/distro/poky-lsb.conf b/meta-yocto/conf/distro/poky-lsb.conf index b0c2cf87f53..a9030a262ef 100644 --- a/meta-yocto/conf/distro/poky-lsb.conf +++ b/meta-yocto/conf/distro/poky-lsb.conf @@ -11,4 +11,5 @@ 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 ?= "3.10%"