summaryrefslogtreecommitdiffstats
path: root/meta-nuc
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2013-03-04 11:41:04 -0800
committerTom Zanussi <tom.zanussi@intel.com>2013-03-06 15:35:00 -0600
commit5d16db52f783f5f282749ba91c5b7a831d315e4f (patch)
treec7de9c87b08e551633a87d77c16ed867a913bedb /meta-nuc
parentdc08b23b6142c9db77ea45e6e450a96050648c65 (diff)
downloadmeta-intel-5d16db52f783f5f282749ba91c5b7a831d315e4f.tar.gz
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 <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-nuc')
-rw-r--r--meta-nuc/recipes-kernel/linux/linux-yocto_3.8.bbappend12
1 files changed, 12 insertions, 0 deletions
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 @@
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 wifi"
8
9SRCREV_meta_nuc = "c2ed0f16fdec628242a682897d5d86df4547cf24"
10SRCREV_machine_nuc = "b170394a475b96ecc92cbc9e4b002bed0a9f69c5"
11
12module_autoload_iwlwifi_nuc = "iwlwifi"