[meta-intel] [PATCH 02/19] linux-yocto_3.14: common recipe for meta-intel BSPs

nitin.a.kamble at intel.com nitin.a.kamble at intel.com
Wed Apr 2 20:46:53 PDT 2014


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

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 <nitin.a.kamble at intel.com>
---
 .../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

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 0000000..0add080
--- /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"
-- 
1.8.1.4



More information about the meta-intel mailing list