mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
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:
parent
0ddef0981d
commit
864dcfc125
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user