From 864dcfc125cfe08381ceba86ca9859f249149afa Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Mon, 3 Jun 2013 09:20:02 +0000 Subject: nuc: fix AMT feature specification in linux-yocto recipe 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 Signed-off-by: Tom Zanussi --- meta-nuc/recipes-kernel/linux/linux-yocto_3.8.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-nuc') 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 785d610a..4478ebd6 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" -- cgit v1.2.3-54-g00ecf