[meta-intel] [PATCH 2/2] nuc: linux: fix AMT feature specification in recipe

nitin.a.kamble at intel.com nitin.a.kamble at intel.com
Tue Jun 4 01:25:24 PDT 2013


From: Nitin A Kamble <nitin.a.kamble at intel.com>

A bug in the kernel tools was silently ignoring the AMT kernel
feature specified in kernel recipe. Fix this AMT kernel specification
so that it gets considered in the kernel build.

Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
---
 meta-nuc/recipes-kernel/linux/linux-yocto_3.8.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-nuc/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-nuc/recipes-kernel/linux/linux-yocto_3.8.bbappend
index 785d610..4478ebd 100644
--- a/meta-nuc/recipes-kernel/linux/linux-yocto_3.8.bbappend
+++ b/meta-nuc/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -4,7 +4,7 @@ COMPATIBLE_MACHINE_nuc = "nuc"
 KMACHINE_nuc = "chiefriver"
 KBRANCH_nuc = "standard/common-pc-64/chiefriver"
 
-KERNEL_FEATURES_append_nuc = " features/amt/mei wifi"
+KERNEL_FEATURES_append_nuc = " features/amt/mei/mei.scc wifi"
 
 LINUX_VERSION = "3.8.4"
 
-- 
1.8.1.4




More information about the meta-intel mailing list