[meta-intel] [PATCH 05/10] nuc: linux-yocto-dev recipe extension

nitin.a.kamble at intel.com nitin.a.kamble at intel.com
Wed Feb 27 16:28:04 PST 2013


From: Nitin A Kamble <nitin.a.kamble at intel.com>

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 at intel.com>
---
 .../recipes-kernel/linux/linux-yocto-dev.bbappend  |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
 create mode 100644 meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend

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 0000000..8a6eb57
--- /dev/null
+++ b/meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend
@@ -0,0 +1,12 @@
+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 wifi"
+
+SRCREV_machine_nuc = "60536206ad300ccf5b2be2c2d449f4ab27170238"
+SRCREV_meta_nuc = "fe20c99783387dab779472ff50a88666da1c6391"
+
+module_autoload_iwlwifi_nuc = "iwlwifi"
-- 
1.7.3.4




More information about the meta-intel mailing list