diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2014-10-16 15:17:02 -0700 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@linux.intel.com> | 2014-10-21 12:28:13 -0500 |
| commit | c32b5938039830875e931340492cfd7dc6f57a77 (patch) | |
| tree | 36075cb116edb250efc09ef3fa40bb300504ed06 /conf/machine/include | |
| parent | 77fe321cb71079765d1e5eba4f4d1802ee7c3c82 (diff) | |
| download | meta-intel-c32b5938039830875e931340492cfd7dc6f57a77.tar.gz | |
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>
Diffstat (limited to 'conf/machine/include')
| -rw-r--r-- | conf/machine/include/meta-intel.inc | 3 |
1 files changed, 3 insertions, 0 deletions
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" | |||
| 27 | # For the early boot time kernel microcode loading support, | 27 | # For the early boot time kernel microcode loading support, |
| 28 | # merge the microcode data in the final initrd image. | 28 | # merge the microcode data in the final initrd image. |
| 29 | INITRD_prepend = "${DEPLOY_DIR_IMAGE}/microcode.cpio " | 29 | INITRD_prepend = "${DEPLOY_DIR_IMAGE}/microcode.cpio " |
| 30 | |||
| 31 | # Use the LTSI kernel for LSB images | ||
| 32 | PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "3.10%" | ||
