From c32b5938039830875e931340492cfd7dc6f57a77 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Thu, 16 Oct 2014 15:17:02 -0700 Subject: meta-intel.inc: Use LTSI kernel for poky-lsb images v3.10 is now the latest LTSI kernel. Use it for all the poky-lsb images, so that it gets validation in the QA cycles. Signed-off-by: Nitin A Kamble Signed-off-by: Tom Zanussi --- conf/machine/include/meta-intel.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/machine/include') diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc index f43903e8..9acce846 100644 --- a/conf/machine/include/meta-intel.inc +++ b/conf/machine/include/meta-intel.inc @@ -27,3 +27,6 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = " intel-microcode iucode-tool" # For the early boot time kernel microcode loading support, # merge the microcode data in the final initrd image. INITRD_prepend = "${DEPLOY_DIR_IMAGE}/microcode.cpio " + +# Use the LTSI kernel for LSB images +PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "3.10%" -- cgit v1.2.3-54-g00ecf