meta-intel/recipes-kernel/linux/meta-intel-compat-kernel.inc
Anuj Mittal e67676976b Manually move some overrides to new syntax
Some of these were missed when using the script and were noticed when
building intel-skylake-64 and tiny images  which had started failing.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-08-06 15:51:53 +08:00

15 lines
515 B
HTML

# These are variables that should be added to any
# kernel compatible with meta-intel
KERNEL_FEATURES_INTEL_COMMON ?= ""
COMPATIBLE_MACHINE:intel-x86-common = "${MACHINE}"
KERNEL_FEATURES:intel-x86-common = "${KERNEL_FEATURES_INTEL_COMMON}"
KMACHINE:corei7-64-intel-common = "intel-corei7-64"
KMACHINE:core2-32-intel-common = "intel-core2-32"
KMACHINE:skylake-64-intel-common = "intel-corei7-64"
INTEL_COMMON_AUTOLOAD ?= " uio iwlwifi i915"
KERNEL_MODULE_AUTOLOAD:intel-x86-common = " ${INTEL_COMMON_AUTOLOAD}"