[meta-intel] [PATCH 5/5] meta-intel.inc: Use LTSI kernel for poky-lsb images

nitin.a.kamble at intel.com nitin.a.kamble at intel.com
Thu Oct 16 16:10:49 PDT 2014


From: Nitin A Kamble <nitin.a.kamble at intel.com>

v3.10 is the latest LTSI kernel now. 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 at intel.com>
---
 conf/machine/include/meta-intel.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc
index f43903e..9acce84 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%"
-- 
1.8.1.4



More information about the meta-intel mailing list