summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux/linux-yocto-dev.bbappend
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2016-07-20 15:32:57 -0700
committerTom Zanussi <tom.zanussi@linux.intel.com>2016-07-27 19:40:26 -0500
commita4c1cfb53d192036597a7926d3fba4105076c1ea (patch)
treee8f5c6f5c00c5eb31c4f3a5e16ed4b2d28deaad1 /common/recipes-kernel/linux/linux-yocto-dev.bbappend
parent76809b3ae6433f0a518a3d77dce05dc2947a3d2c (diff)
downloadmeta-intel-a4c1cfb53d192036597a7926d3fba4105076c1ea.tar.gz
linux-yocto*: remove mei from KERNEL_FEATURES
As it's already part of the intel-common-drivers in yocto-kernel-cache Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto-dev.bbappend')
-rw-r--r--common/recipes-kernel/linux/linux-yocto-dev.bbappend2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-dev.bbappend b/common/recipes-kernel/linux/linux-yocto-dev.bbappend
index 9a1b5d0c..3b1382c6 100644
--- a/common/recipes-kernel/linux/linux-yocto-dev.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto-dev.bbappend
@@ -1,7 +1,5 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2 2
3KERNEL_FEATURES_INTEL_COMMON += "features/amt/mei/mei.scc"
4
5COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}" 3COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}"
6KMACHINE_core2-32-intel-common = "intel-core2-32" 4KMACHINE_core2-32-intel-common = "intel-core2-32"
7KERNEL_FEATURES_append_core2-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" 5KERNEL_FEATURES_append_core2-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}"