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
<[email protected]>
---
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
--
_______________________________________________
meta-intel mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-intel