From 0967892158510c06c25bbd81c627cc5649cdfe7d Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Fri, 30 Aug 2013 16:47:02 +0000 Subject: nuc: linux-yocto_3.10 recipe extension Provide the nuc BSP specific extension for the linux-yocto_3.10 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.10.bbappend | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend (limited to 'meta-nuc') diff --git a/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend new file mode 100644 index 00000000..92149a7d --- /dev/null +++ b/meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend @@ -0,0 +1,14 @@ +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/mei.scc wifi" + +LINUX_VERSION = "3.10.10" + +SRCREV_meta_nuc = "ea900d1db60ba48962227f0976ac55f9e25bfa24" +SRCREV_machine_nuc = "ebc8428fdd938cfdfcdcadd77c3308ece6a57de1" + +module_autoload_iwlwifi_nuc = "iwlwifi" -- cgit v1.2.3-54-g00ecf