From 10feb903cfd69e6699f81a668b7128120e396dbf Mon Sep 17 00:00:00 2001 From: California Sullivan Date: Tue, 15 Nov 2016 16:59:33 -0800 Subject: linux-yocto: Remove mei from KERNEL_FEATURES The kernel cache was refactored and this feature was moved, and is now included in intel-common BSPs by default. This option is no longer necessary and by pointing to the wrong location was breaking builds. Signed-off-by: California Sullivan Signed-off-by: Saul Wold --- common/recipes-kernel/linux/linux-yocto_4.1.bbappend | 1 - 1 file changed, 1 deletion(-) (limited to 'common/recipes-kernel/linux/linux-yocto_4.1.bbappend') diff --git a/common/recipes-kernel/linux/linux-yocto_4.1.bbappend b/common/recipes-kernel/linux/linux-yocto_4.1.bbappend index fae684ee..5215af56 100644 --- a/common/recipes-kernel/linux/linux-yocto_4.1.bbappend +++ b/common/recipes-kernel/linux/linux-yocto_4.1.bbappend @@ -5,7 +5,6 @@ SRCREV_META_INTEL_COMMON = "3c3197e65b6f2f5514853c1fe78ae8ffc131b02c" SRCREV_MACHINE_INTEL_COMMON = "302ef0123fb9033f4059b6d722ed8b226ba36e99" KBRANCH_INTEL_COMMON = "standard/intel/base" -KERNEL_FEATURES_INTEL_COMMON += "features/amt/mei/mei.scc" LINUX_VERSION_core2-32-intel-common = "${LINUX_VERSION_INTEL_COMMON}" COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}" -- cgit v1.2.3-54-g00ecf