diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2013-08-30 16:47:02 +0000 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@linux.intel.com> | 2013-09-06 16:49:53 -0500 |
| commit | 0967892158510c06c25bbd81c627cc5649cdfe7d (patch) | |
| tree | 2e341880ddf7ba7645a3c99b8746ec04870e0df1 /meta-nuc | |
| parent | 00ebac0060f84713ac9afb0a789ac3cd511d5cf5 (diff) | |
| download | meta-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')
| -rw-r--r-- | meta-nuc/recipes-kernel/linux/linux-yocto_3.10.bbappend | 14 |
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 @@ | |||
| 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/mei.scc wifi" | ||
| 8 | |||
| 9 | LINUX_VERSION = "3.10.10" | ||
| 10 | |||
| 11 | SRCREV_meta_nuc = "ea900d1db60ba48962227f0976ac55f9e25bfa24" | ||
| 12 | SRCREV_machine_nuc = "ebc8428fdd938cfdfcdcadd77c3308ece6a57de1" | ||
| 13 | |||
| 14 | module_autoload_iwlwifi_nuc = "iwlwifi" | ||
