From 5d16db52f783f5f282749ba91c5b7a831d315e4f Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Mon, 4 Mar 2013 11:41:04 -0800 Subject: nuc: linux-yocto_3.8 recipe extension Provide the nuc BSP specific extension for the linux-yocto_3.8 recipe from the oecore layer. This configures the right git branches of the kernel repository for the nuc BSP. Signed-off-by: Nitin A Kamble Signed-off-by: Tom Zanussi --- meta-nuc/recipes-kernel/linux/linux-yocto_3.8.bbappend | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-nuc/recipes-kernel/linux/linux-yocto_3.8.bbappend diff --git a/meta-nuc/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-nuc/recipes-kernel/linux/linux-yocto_3.8.bbappend new file mode 100644 index 00000000..3beaaa1a --- /dev/null +++ b/meta-nuc/recipes-kernel/linux/linux-yocto_3.8.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_meta_nuc = "c2ed0f16fdec628242a682897d5d86df4547cf24" +SRCREV_machine_nuc = "b170394a475b96ecc92cbc9e4b002bed0a9f69c5" + +module_autoload_iwlwifi_nuc = "iwlwifi" -- cgit v1.2.3-54-g00ecf