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

nitin.a.kamble at intel.com nitin.a.kamble at intel.com
Tue Jun 4 01:25:23 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-chiefriver/recipes-kernel/linux/linux-yocto_3.8.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.8.bbappend
index f6e56c1..c18a2fd 100644
--- a/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.8.bbappend
+++ b/meta-chiefriver/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -4,7 +4,7 @@ COMPATIBLE_MACHINE_chiefriver = "chiefriver"
 KMACHINE_chiefriver = "chiefriver"
 KBRANCH_chiefriver = "standard/common-pc-64/chiefriver"
 
-KERNEL_FEATURES_append_chiefriver = " features/amt/mei"
+KERNEL_FEATURES_append_chiefriver = " features/amt/mei/mei.scc"
 
 LINUX_VERSION = "3.8.4"
 
-- 
1.8.1.4




More information about the meta-intel mailing list