mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
linux-intel.inc: remove iwlwifi depends and rms
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>
This commit is contained in:
parent
547d8d8d93
commit
8d44e72d6e
|
@ -39,13 +39,5 @@ KERNEL_FEATURES_append_i586-nlp-32-intel-common = "features/qat/qat.scc"
|
||||||
KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}"
|
KERNEL_FEATURES_append = " ${KERNEL_EXTRA_FEATURES}"
|
||||||
KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "" ,d)}"
|
KERNEL_FEATURES_append = " ${@bb.utils.contains("TUNE_FEATURES", "mx32", " cfg/x32.scc", "" ,d)}"
|
||||||
|
|
||||||
do_compile_kernelmodules_append() {
|
|
||||||
rm -rf ${B}/drivers/net/wireless/intel/iwlwifi
|
|
||||||
rm -rf ${B}/net/mac80211
|
|
||||||
rm -rf ${B}/net/wireless
|
|
||||||
}
|
|
||||||
|
|
||||||
RDEPENDS_kernel-modules += "iwlwifi"
|
|
||||||
|
|
||||||
KERNEL_MODULE_PROBECONF_corei7-64-intel-common += "snd-soc-skl"
|
KERNEL_MODULE_PROBECONF_corei7-64-intel-common += "snd-soc-skl"
|
||||||
module_conf_snd-soc-skl_corei7-64-intel-common = "blacklist snd-soc-skl"
|
module_conf_snd-soc-skl_corei7-64-intel-common = "blacklist snd-soc-skl"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user