summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2013-06-03 09:20:02 +0000
committerTom Zanussi <tom.zanussi@linux.intel.com>2013-06-07 14:08:10 -0500
commit864dcfc125cfe08381ceba86ca9859f249149afa (patch)
tree503bd5129d1c1ff0f5a67155afd12b50288ab1aa
parent0ddef0981df6ca80063b6d8b6d64fddcb197e053 (diff)
downloadmeta-intel-864dcfc125cfe08381ceba86ca9859f249149afa.tar.gz
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 <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
-rw-r--r--meta-nuc/recipes-kernel/linux/linux-yocto_3.8.bbappend2
1 files changed, 1 insertions, 1 deletions
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"
4KMACHINE_nuc = "chiefriver" 4KMACHINE_nuc = "chiefriver"
5KBRANCH_nuc = "standard/common-pc-64/chiefriver" 5KBRANCH_nuc = "standard/common-pc-64/chiefriver"
6 6
7KERNEL_FEATURES_append_nuc = " features/amt/mei wifi" 7KERNEL_FEATURES_append_nuc = " features/amt/mei/mei.scc wifi"
8 8
9LINUX_VERSION = "3.8.4" 9LINUX_VERSION = "3.8.4"
10 10