diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2015-02-20 13:26:58 -0800 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2015-02-24 14:54:02 -0800 |
commit | 367fd4758d23318b3adab8021d7bdc8b56e04917 (patch) | |
tree | ac81ecd9eeeb8795dd41e558a5d5aa43e33a2226 /conf/machine | |
parent | b72fcaeaa903959d5b4fe7db56b35952c4422cee (diff) | |
download | meta-intel-367fd4758d23318b3adab8021d7bdc8b56e04917.tar.gz |
meta-intel.inc: Remove kernel customization for poky-lsb images
This is handled in oe-core now, remove the redundant code.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/meta-intel.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc index e462c348..7dc0095d 100644 --- a/conf/machine/include/meta-intel.inc +++ b/conf/machine/include/meta-intel.inc | |||
@@ -27,6 +27,3 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = "${@bb.utils.contains('MACHINE_FEATURE | |||
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 = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', '${DEPLOY_DIR_IMAGE}/microcode.cpio ', '', d)}" | 29 | INITRD_prepend = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', '${DEPLOY_DIR_IMAGE}/microcode.cpio ', '', d)}" |
30 | |||
31 | # Use the LTSI kernel for LSB images | ||
32 | PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "3.14%" | ||