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 <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
This commit is contained in:
Nitin A Kamble 2014-10-16 15:17:02 -07:00 committed by Tom Zanussi
parent 77fe321cb7
commit c32b593803

View File

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