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>
This commit is contained in:
Nitin A Kamble 2013-06-03 09:20:02 +00:00 committed by Tom Zanussi
parent 0ddef0981d
commit 864dcfc125

View File

@ -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"