mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00

Now that the backport-iwlwifi packages play nicely with the normal modules we don't need to remove their files. Also we discovered that backport-iwlwifi breaks non-Intel wifi, so only have it as an option rather than the default. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
44 lines
1.5 KiB
HTML
44 lines
1.5 KiB
HTML
require recipes-kernel/linux/linux-yocto.inc
|
|
|
|
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-intel:"
|
|
|
|
KERNEL_CONFIG_URI ?= " \
|
|
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA} \
|
|
"
|
|
SRC_URI = " \
|
|
git://github.com/01org/linux-intel-4.9.git;protocol=https;name=machine;branch=${KBRANCH}; \
|
|
${KERNEL_CONFIG_URI} \
|
|
"
|
|
|
|
SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg"
|
|
|
|
|
|
LINUX_VERSION ?= "4.9.40"
|
|
LINUX_VERSION_EXTENSION ?= "-intel-pk-${LINUX_KERNEL_TYPE}"
|
|
|
|
PV = "${LINUX_VERSION}+git${SRCPV}"
|
|
|
|
KMETA = "kernel-meta"
|
|
KCONF_BSP_AUDIT_LEVEL = "2"
|
|
|
|
KERNEL_FEATURES_INTEL_COMMON ?= ""
|
|
|
|
COMPATIBLE_MACHINE_core2-32-intel-common = "${MACHINE}"
|
|
KMACHINE_core2-32-intel-common = "intel-core2-32"
|
|
KERNEL_FEATURES_append_core2-32-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}"
|
|
|
|
COMPATIBLE_MACHINE_corei7-64-intel-common = "${MACHINE}"
|
|
KMACHINE_corei7-64-intel-common = "intel-corei7-64"
|
|
KERNEL_FEATURES_append_corei7-64-intel-common = "${KERNEL_FEATURES_INTEL_COMMON}"
|
|
|
|
COMPATIBLE_MACHINE_i586-nlp-32-intel-common = "${MACHINE}"
|
|
KMACHINE_i586-nlp-32-intel-common = "intel-quark"
|
|
KERNEL_FEATURES_append_i586-nlp-32-intel-common = "features/qat/qat.scc"
|
|
|
|
# Functionality flags
|
|
KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}"
|
|
KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "" ,d)}"
|
|
|
|
KERNEL_MODULE_PROBECONF_corei7-64-intel-common += "snd-soc-skl"
|
|
module_conf_snd-soc-skl_corei7-64-intel-common = "blacklist snd-soc-skl"
|