From 7f57b23cf7a5be5055cf65f3c3914ac6dd77c024 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 11 Dec 2012 10:33:44 -0800 Subject: 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 Signed-off-by: Tom Zanussi --- meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-nuc/recipes-kernel/linux/linux-yocto_3.4.bbappend (limited to 'meta-nuc') 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 @@ +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" -- cgit v1.2.3-54-g00ecf