[meta-intel] [PATCH V2 2/3] linux-intel: remove ixgbe and ixgbevf

Mikko Ylinen mikko.ylinen at linux.intel.com
Tue Aug 22 05:39:00 PDT 2017


Hi,


On 21/08/17 09:26, Syed Mohamad Fauzi, Syed Johan Arif wrote:
> removing in-tree ixgbe and ixgbevf kernel modules to enable out-of-tree ixgbe and ixgbevf modules from linux-intel
>
> Signed-off-by: Syed Mohamad Fauzi, Syed Johan Arif <syed.johan.arif.syed.mohamad.fauzi at intel.com>
> ---
>   common/recipes-kernel/linux/linux-intel.inc | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/common/recipes-kernel/linux/linux-intel.inc b/common/recipes-kernel/linux/linux-intel.inc
> index 20f01f0..3b0c576 100644
> --- a/common/recipes-kernel/linux/linux-intel.inc
> +++ b/common/recipes-kernel/linux/linux-intel.inc
> @@ -38,6 +38,8 @@ do_compile_kernelmodules_append() {
>   	rm -rf ${B}/drivers/net/wireless/intel/iwlwifi
>   	rm -rf ${B}/net/mac80211
>   	rm -rf ${B}/net/wireless
> +	rm -rf ${B}/drivers/net/ethernet/intel/ixgbe
> +	rm -rf ${B}/drivers/net/ethernet/intel/ixgbevf
>   }
>   
>   RDEPENDS_kernel-modules += "iwlwifi"

This does not look right (the same for iwlwifi).  Why not to disable
the config fragments if the modules are not wanted?

-- Mikko


More information about the meta-intel mailing list