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