diff options
| -rw-r--r-- | recipes-kernel/linux/meta-intel-compat-kernel.inc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-kernel/linux/meta-intel-compat-kernel.inc b/recipes-kernel/linux/meta-intel-compat-kernel.inc new file mode 100644 index 00000000..be5056c2 --- /dev/null +++ b/recipes-kernel/linux/meta-intel-compat-kernel.inc | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | # These are variables that should be added to any | ||
| 2 | # kernel compatible with meta-intel | ||
| 3 | |||
| 4 | KERNEL_FEATURES_INTEL_COMMON ?= "" | ||
| 5 | |||
| 6 | COMPATIBLE_MACHINE_intel-x86-common = "${MACHINE}" | ||
| 7 | KERNEL_FEATURES_intel-x86-common = "${KERNEL_FEATURES_INTEL_COMMON}" | ||
| 8 | |||
| 9 | KMACHINE_corei7-64-intel-common = "intel-corei7-64" | ||
| 10 | KMACHINE_core2-32-intel-common = "intel-core2-32" | ||
| 11 | |||
| 12 | INTEL_COMMON_AUTOLOAD ?= " uio iwlwifi i915" | ||
| 13 | KERNEL_MODULE_AUTOLOAD_intel-x86-common = " ${INTEL_COMMON_AUTOLOAD}" | ||
