From b9c3081f9b408512f9bed139dadca9bcaa3196c5 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Mon, 25 Feb 2013 10:55:33 -0800 Subject: 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 Signed-off-by: Tom Zanussi --- meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-nuc/recipes-kernel/linux/linux-yocto-dev.bbappend (limited to 'meta-nuc') 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 @@ +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" -- cgit v1.2.3-54-g00ecf