summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2013-02-25 10:55:33 -0800
committerTom Zanussi <tom.zanussi@intel.com>2013-03-04 16:54:09 -0600
commitb9c3081f9b408512f9bed139dadca9bcaa3196c5 (patch)
tree68056459442fc80128ac872e739ffe9b5c3e13e5
parentdfbe8372a4b722162c4754e4d37c5d306dd99e19 (diff)
downloadmeta-intel-b9c3081f9b408512f9bed139dadca9bcaa3196c5.tar.gz
nuc: linux-yocto-dev recipe extension
Provide the nuc BSP specific extension for the linux-yocto-dev recipe from the oecore layer. This configures the right git branches of the kernel repository for the nuc BSP. This commit is addressing this bug: [YOCTO #3931] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
-rw-r--r--meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend b/meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend
new file mode 100644
index 00000000..8a6eb573
--- /dev/null
+++ b/meta-nuc/recipes-kernel/linux/linux-yocto-dev.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_machine_nuc = "60536206ad300ccf5b2be2c2d449f4ab27170238"
10SRCREV_meta_nuc = "fe20c99783387dab779472ff50a88666da1c6391"
11
12module_autoload_iwlwifi_nuc = "iwlwifi"