diff options
Diffstat (limited to 'common/recipes-kernel/linux/linux-yocto_3.14.bbappend')
-rw-r--r-- | common/recipes-kernel/linux/linux-yocto_3.14.bbappend | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto_3.14.bbappend b/common/recipes-kernel/linux/linux-yocto_3.14.bbappend deleted file mode 100644 index 2407e86..0000000 --- a/common/recipes-kernel/linux/linux-yocto_3.14.bbappend +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | # For NUC | ||
4 | KERNEL_FEATURES_INTEL_COMMON += "features/amt/mei/mei.scc" | ||
5 | |||
6 | LINUX_VERSION_core2-32-intel-common = "3.14.39" | ||
7 | COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}" | ||
8 | SRCREV_meta_core2-32-intel-common = "c33d39561807e1073ca412f1c771f43e4da75994" | ||
9 | SRCREV_machine_core2-32-intel-common = "bda175966009d5a94103559e6e6ae51279952f39" | ||
10 | KMACHINE_core2-32-intel-common = "intel-core2-32" | ||
11 | KBRANCH_core2-32-intel-common = "standard/base" | ||
12 | KERNEL_FEATURES_append_core2-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" | ||
13 | |||
14 | LINUX_VERSION_corei7-64-intel-common = "3.14.39" | ||
15 | COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}" | ||
16 | SRCREV_meta_corei7-64-intel-common = "c33d39561807e1073ca412f1c771f43e4da75994" | ||
17 | SRCREV_machine_corei7-64-intel-common = "bda175966009d5a94103559e6e6ae51279952f39" | ||
18 | KMACHINE_corei7-64-intel-common = "intel-corei7-64" | ||
19 | KBRANCH_corei7-64-intel-common = "standard/base" | ||
20 | KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" | ||
21 | |||
22 | # For Crystalforest and Romley | ||
23 | KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio" | ||
24 | KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " uio" | ||
25 | |||
26 | # For FRI2, NUC | ||
27 | KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " iwlwifi" | ||
28 | KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " iwlwifi" | ||