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>
This commit is contained in:
Nitin A Kamble 2015-02-20 13:26:58 -08:00 committed by Darren Hart
parent b72fcaeaa9
commit 367fd4758d

View File

@ -27,6 +27,3 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = "${@bb.utils.contains('MACHINE_FEATURE
# for the early boot time kernel microcode loading support,
# merge the microcode data in the final initrd image.
INITRD_prepend = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', '${DEPLOY_DIR_IMAGE}/microcode.cpio ', '', d)}"
# Use the LTSI kernel for LSB images
PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "3.14%"