diff options
-rw-r--r-- | meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend new file mode 100644 index 00000000..e600bf09 --- /dev/null +++ b/meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend | |||
@@ -0,0 +1,12 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | COMPATIBLE_MACHINE_nuc = "nuc" | ||
4 | KMACHINE_nuc = "chiefriver" | ||
5 | KBRANCH_nuc = "standard/common-pc-64/chiefriver" | ||
6 | |||
7 | KERNEL_FEATURES_append_nuc = " features/amt/mei wifi" | ||
8 | |||
9 | SRCREV_machine_pn-linux-yocto_nuc ?= "${AUTOREV}" | ||
10 | SRCREV_meta_pn-linux-yocto_nuc ?= "${AUTOREV}" | ||
11 | |||
12 | module_autoload_iwlwifi_nuc = "iwlwifi" | ||