diff options
| author | California Sullivan <california.l.sullivan@intel.com> | 2017-03-17 16:42:32 -0700 |
|---|---|---|
| committer | California Sullivan <california.l.sullivan@intel.com> | 2017-03-20 17:04:49 -0700 |
| commit | c24a20735c4eeb5a69955d69717125a60cc3255e (patch) | |
| tree | 1c7ae8158a7b5dcaa9355cc92c27afe61afb4dcb | |
| parent | af8e3762a5932d6705f20e72b43457e112df0c28 (diff) | |
| download | meta-intel-c24a20735c4eeb5a69955d69717125a60cc3255e.tar.gz | |
linux-yocto: Add linux-yocto 4.10 bbappends
Like the 4.9 linux-yocto kernel, we will just float on OE-core's
SRCREVs.
v2 changes:
* Removed EXTRA_OEMAKE in the tiny recipe.
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
3 files changed, 51 insertions, 0 deletions
diff --git a/common/recipes-kernel/linux/linux-yocto-rt_4.10.bbappend b/common/recipes-kernel/linux/linux-yocto-rt_4.10.bbappend new file mode 100644 index 00000000..9d2e3c0b --- /dev/null +++ b/common/recipes-kernel/linux/linux-yocto-rt_4.10.bbappend | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | KERNEL_FEATURES_INTEL_COMMON = "" | ||
| 2 | |||
| 3 | COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}" | ||
| 4 | KMACHINE_core2-32-intel-common = "intel-core2-32" | ||
| 5 | KERNEL_FEATURES_append_core2-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" | ||
| 6 | |||
| 7 | COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}" | ||
| 8 | KMACHINE_corei7-64-intel-common = "intel-corei7-64" | ||
| 9 | KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" | ||
| 10 | |||
| 11 | COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}" | ||
| 12 | KMACHINE_i586-nlp-32-intel-common = "intel-quark" | ||
| 13 | KERNEL_FEATURES_append_i586-nlp-32-intel-common = "" | ||
diff --git a/common/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend b/common/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend new file mode 100644 index 00000000..98d42bf3 --- /dev/null +++ b/common/recipes-kernel/linux/linux-yocto-tiny_4.10.bbappend | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}" | ||
| 4 | COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}" | ||
| 5 | COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}" | ||
| 6 | |||
| 7 | KBRANCH_i586-nlp-32-intel-common = "standard/tiny/base" | ||
| 8 | KBRANCH_core2-32-intel-common = "standard/tiny/base" | ||
| 9 | KBRANCH_corei7-64-intel-common = "standard/tiny/base" | ||
| 10 | |||
| 11 | KMACHINE_i586-nlp-32-intel-common = "intel-quark" | ||
| 12 | KMACHINE_core2-32-intel-common = "intel-core2-32" | ||
| 13 | KMACHINE_corei7-64-intel-common = "intel-corei7-64" | ||
| 14 | |||
| 15 | KERNEL_FEATURES_append_i586-nlp-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON} cfg/fs/ext4.scc" | ||
| 16 | KERNEL_FEATURES_append_core2-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON} cfg/fs/ext4.scc" | ||
| 17 | KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON} cfg/fs/ext4.scc" | ||
diff --git a/common/recipes-kernel/linux/linux-yocto_4.10.bbappend b/common/recipes-kernel/linux/linux-yocto_4.10.bbappend new file mode 100644 index 00000000..a09fe1a4 --- /dev/null +++ b/common/recipes-kernel/linux/linux-yocto_4.10.bbappend | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | KERNEL_FEATURES_INTEL_COMMON = "" | ||
| 2 | |||
| 3 | COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}" | ||
| 4 | KMACHINE_core2-32-intel-common = "intel-core2-32" | ||
| 5 | KERNEL_FEATURES_append_core2-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" | ||
| 6 | |||
| 7 | COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}" | ||
| 8 | KMACHINE_corei7-64-intel-common = "intel-corei7-64" | ||
| 9 | KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}" | ||
| 10 | |||
| 11 | COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}" | ||
| 12 | KMACHINE_i586-nlp-32-intel-common = "intel-quark" | ||
| 13 | KERNEL_FEATURES_append_i586-nlp-32-intel-common = "" | ||
| 14 | |||
| 15 | # For Crystalforest and Romley | ||
| 16 | KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio" | ||
| 17 | KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " uio" | ||
| 18 | |||
| 19 | # For FRI2, NUC | ||
| 20 | KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " iwlwifi" | ||
| 21 | KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " iwlwifi" | ||
