From 367fd4758d23318b3adab8021d7bdc8b56e04917 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Fri, 20 Feb 2015 13:26:58 -0800 Subject: 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 Signed-off-by: Darren Hart --- conf/machine/include/meta-intel.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'conf/machine/include/meta-intel.inc') 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 # 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%" -- cgit v1.2.3-54-g00ecf