mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
meta-nuc: add kernel recipe for nuc BSP
Reuse the kernel support of chiefriver, and extend it to use additional kernel features like wifi. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
3801681a64
commit
7f57b23cf7
12
meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend
Normal file
12
meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||||
|
|
||||||
|
COMPATIBLE_MACHINE_nuc = "nuc"
|
||||||
|
KMACHINE_nuc = "chiefriver"
|
||||||
|
KBRANCH_nuc = "standard/common-pc-64/chiefriver"
|
||||||
|
|
||||||
|
KERNEL_FEATURES_append_nuc = " features/amt/mei wifi"
|
||||||
|
|
||||||
|
SRCREV_machine_pn-linux-yocto_nuc ?= "${AUTOREV}"
|
||||||
|
SRCREV_meta_pn-linux-yocto_nuc ?= "${AUTOREV}"
|
||||||
|
|
||||||
|
module_autoload_iwlwifi_nuc = "iwlwifi"
|
Loading…
Reference in New Issue
Block a user