Re: [meta-intel] [PATCH V3 2/3] linux-yocto: remove ixgbe and ixgbevf

2017-08-23 Thread Wold, Saul
On Wed, 2017-08-23 at 17:12 +0800, Syed Mohamad Fauzi, Syed Johan Arif wrote: > removing in-tree ixgbe and ixgbevf kernel module to enable out-of- > tree ixgbe and ixgbevf module from linux-yocto 4.4 > > Signed-off-by: Syed Mohamad Fauzi, Syed Johan Arif yed.mohamad.fa...@intel.com> > --- >  comm

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

2017-08-23 Thread Wold, Saul
On Tue, 2017-08-22 at 15:39 +0300, Mikko Ylinen wrote: > 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 Fa

[meta-intel] [PATCH] lms: use sh instead of bash in notifyDesktop.sh

2017-08-23 Thread California Sullivan
A recent update to OE-core revealed the missing runtime dependency: ERROR: lms8-8.0.0-7-r0 do_package_qa: QA Issue: /usr/bin/notifyDesktop.sh contained in package lms8 requires /bin/bash, but no providers found in RDEPENDS_lms8? [file-rdeps] But it turns out that notifyDesktop doesn't actually re

Re: [meta-intel] [PATCH V3 3/3] linux-intel: remove ixgbe and ixgbevf

2017-08-23 Thread Jussi Laako
Like Mikko said, I find it quite strange to first build some modules and then delete those... How about having a config fragment that disables building of those modules instead? Or even better, splitting configuration of those modules to a separate .scc file and not including it in first place.

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

2017-08-23 Thread Syed Mohamad Fauzi, Syed Johan Arif
removing in-tree ixgbe and ixgbevf kernel module to enable out-of-tree ixgbe and ixgbevf module from linux-yocto 4.4 Signed-off-by: Syed Mohamad Fauzi, Syed Johan Arif --- common/recipes-kernel/linux/linux-yocto_4.4.bbappend | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --g

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

2017-08-23 Thread Syed Mohamad Fauzi, Syed Johan Arif
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 --- common/recipes-kernel/linux/linux-intel.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/recipes-kernel/linu

[meta-intel] [PATCH V3 1/3] intel-ethernet: IXGBE upgrade to version 5.1.3

2017-08-23 Thread Syed Mohamad Fauzi, Syed Johan Arif
From: Syed Johan Arif Bin Syed Mohamad Fauzi Signed-off-by: Syed Johan Arif Bin Syed Mohamad Fauzi --- .../recipes-kernel/intel-ethernet/ixgbe_5.1.3.bb | 40 ++ .../recipes-kernel/intel-ethernet/ixgbevf_4.1.2.bb | 40 ++ 2 files changed, 80 insertions

[meta-intel] [PATCH V3 0/3] Upgrade ixgbe and remove in-tree ixgbe and ixgbevf modules

2017-08-23 Thread Syed Mohamad Fauzi, Syed Johan Arif
Dear Maintainer, Theses patches upgrade ixgbe to version 5.1.3 and remove the in-tree ixgbe and igbevf modules. One patch removes the in-tree modules from linux-intel and another from linux-yocto 4.4 Syed Johan Arif Bin Syed Mohamad Fauzi (1): ixgbe upgrade to version 5.1.3 Syed Mohamad Fau