From 8d44e72d6eff173d96eb5b2571e8c1e10de53816 Mon Sep 17 00:00:00 2001 From: California Sullivan Date: Thu, 31 Aug 2017 17:24:10 -0700 Subject: 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 --- common/recipes-kernel/linux/linux-intel.inc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/common/recipes-kernel/linux/linux-intel.inc b/common/recipes-kernel/linux/linux-intel.inc index 3aa50979..a12ce2d9 100644 --- a/common/recipes-kernel/linux/linux-intel.inc +++ b/common/recipes-kernel/linux/linux-intel.inc @@ -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 = " ${@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" module_conf_snd-soc-skl_corei7-64-intel-common = "blacklist snd-soc-skl" -- cgit v1.2.3-54-g00ecf