mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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:
parent
77fe321cb7
commit
c32b593803
|
@ -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%"
|
||||
|
|
Loading…
Reference in New Issue
Block a user