summaryrefslogtreecommitdiffstats
path: root/meta-nuc/recipes-kernel
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2013-08-30 16:47:02 +0000
committerTom Zanussi <tom.zanussi@linux.intel.com>2013-09-06 16:49:53 -0500
commit0967892158510c06c25bbd81c627cc5649cdfe7d (patch)
tree2e341880ddf7ba7645a3c99b8746ec04870e0df1 /meta-nuc/recipes-kernel
parent00ebac0060f84713ac9afb0a789ac3cd511d5cf5 (diff)
downloadmeta-intel-0967892158510c06c25bbd81c627cc5649cdfe7d.tar.gz
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 <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'meta-nuc/recipes-kernel')
-rw-r--r--meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend14
1 files changed, 14 insertions, 0 deletions
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 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3COMPATIBLE_MACHINE_nuc = "nuc"
4KMACHINE_nuc = "chiefriver"
5KBRANCH_nuc = "standard/common-pc-64/chiefriver"
6
7KERNEL_FEATURES_append_nuc = " features/amt/mei/mei.scc wifi"
8
9LINUX_VERSION = "3.10.10"
10
11SRCREV_meta_nuc = "ea900d1db60ba48962227f0976ac55f9e25bfa24"
12SRCREV_machine_nuc = "ebc8428fdd938cfdfcdcadd77c3308ece6a57de1"
13
14module_autoload_iwlwifi_nuc = "iwlwifi"