From 46ac8a922c7165813c91b64ec0588d30b0887e2e Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 1 Apr 2014 14:59:56 -0700 Subject: linux-yocto_3.14: common recipe for meta-intel BSPs Extend the linux-yocto_3.14 recipe from poky layer to meta-intel layer. This kernel recipe is shared by multiple BSPs from the meta-intel layer. Signed-off-by: Nitin A Kamble --- .../recipes-kernel/linux/linux-yocto_3.14.bbappend | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 common/recipes-kernel/linux/linux-yocto_3.14.bbappend (limited to 'common/recipes-kernel/linux/linux-yocto_3.14.bbappend') diff --git a/common/recipes-kernel/linux/linux-yocto_3.14.bbappend b/common/recipes-kernel/linux/linux-yocto_3.14.bbappend new file mode 100644 index 00000000..0add0803 --- /dev/null +++ b/common/recipes-kernel/linux/linux-yocto_3.14.bbappend @@ -0,0 +1,26 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +# For NUC +KERNEL_FEATURES_INTEL_COMMON += "features/amt/mei/mei.scc" + +LINUX_VERSION_core2-32-intel-common = "3.14.0" +COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}" +SRCREV_meta_core2-32-intel-common = "fc8c30398dbc3cdea787a1042242d4aab689d0ae" +SRCREV_machine_core2-32-intel-common = "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0" +KMACHINE_core2-32-intel-common = "intel-core2-32" +KBRANCH_core2-32-intel-common = "standard/base" +KERNEL_FEATURES_append_core2-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" + +LINUX_VERSION_corei7-64-intel-common = "3.14.0" +COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}" +SRCREV_meta_corei7-64-intel-common = "fc8c30398dbc3cdea787a1042242d4aab689d0ae" +SRCREV_machine_corei7-64-intel-common = "0143c6ebb4a2d63b241df5f608b19f483f7eb9e0" +KMACHINE_intel-corei7-64-intel-common = "intel-corei7-64" +KBRANCH_intel-corei7-64-intel-common = "standard/base" +KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" + +# For Crystalforest and Romley +module_autoload_uio = "uio" + +# For FRI2, NUC +module_autoload_iwlwifi = "iwlwifi" -- cgit v1.2.3-54-g00ecf