From: Nitin A Kamble <[email protected]> Enable the linux-yocto_3.14 recipe for the nuc BSP.
Signed-off-by: Nitin A Kamble <[email protected]> --- meta-nuc/recipes-kernel/linux/linux-yocto_3.14.bbappend | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-nuc/recipes-kernel/linux/linux-yocto_3.14.bbappend diff --git a/meta-nuc/recipes-kernel/linux/linux-yocto_3.14.bbappend b/meta-nuc/recipes-kernel/linux/linux-yocto_3.14.bbappend new file mode 100644 index 0000000..3abdf47 --- /dev/null +++ b/meta-nuc/recipes-kernel/linux/linux-yocto_3.14.bbappend @@ -0,0 +1,13 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +COMPATIBLE_MACHINE_nuc = "nuc" +KMACHINE_nuc = "chiefriver" +KBRANCH_nuc = "standard/base" + +KERNEL_FEATURES_append_nuc = " features/amt/mei wifi" + +LINUX_VERSION_nuc = "3.14.0" +SRCREV_machine_nuc = "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0" +SRCREV_meta_nuc = "fc8c30398dbc3cdea787a1042242d4aab689d0ae" + +module_autoload_iwlwifi_nuc = "iwlwifi" -- 1.8.1.4 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
