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

2017-08-29 Thread Syed Mohamad Fauzi, Syed Johan Arif
Alright. Thanks Mikko. 

Kind regards
Johan

-Original Message-
From: meta-intel-boun...@yoctoproject.org 
[mailto:meta-intel-boun...@yoctoproject.org] On Behalf Of Mikko Ylinen
Sent: Monday, August 28, 2017 8:37 PM
To: meta-intel@yoctoproject.org
Subject: Re: [meta-intel] [PATCH V3 2/3] linux-yocto: remove ixgbe and ixgbevf

Hi,


On 28/08/17 15:07, Syed Mohamad Fauzi, Syed Johan Arif wrote:
> Hi Saul,
>
> Given that we're no longer removing modules with the method below, should I 
> create a patch to disable the ixgbe modules or would Mikko's patch be 
> sufficient?
> What about for disabling ixgbe in linux-yocto 4.4, should I create a separate 
> .scc file?

I had suggested the in-kernel ixgbe modules are disabled in linux-yocto 4.4 too 
based on your feedback below. I just made an error which I fixed this morning:

https://lists.yoctoproject.org/pipermail/linux-yocto/2017-August/006530.html

-- Mikko

> Kind regards
> Johan
>
> -Original Message-
> From: meta-intel-boun...@yoctoproject.org 
> [mailto:meta-intel-boun...@yoctoproject.org] On Behalf Of Syed Mohamad 
> Fauzi, Syed Johan Arif
> Sent: Thursday, August 24, 2017 7:15 PM
> To: Wold, Saul ; meta-intel@yoctoproject.org
> Subject: Re: [meta-intel] [PATCH V3 2/3] linux-yocto: remove ixgbe and 
> ixgbevf
>
> But we're currently carrying linux-yocto 4.4 in the BSP. Is there another way 
> to do this?
>
> Kind regards
> Johan
>
> -Original Message-
> From: Wold, Saul
> Sent: Thursday, August 24, 2017 6:10 AM
> To: meta-intel@yoctoproject.org; Syed Mohamad Fauzi, Syed Johan Arif 
> 
> Subject: Re: [meta-intel] [PATCH V3 2/3] linux-yocto: remove ixgbe and 
> ixgbevf
>
> 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>
>> ---
>>   common/recipes-kernel/linux/linux-yocto_4.4.bbappend | 7 ++-
>>   1 file changed, 6 insertions(+), 1 deletion(-)
>>
>> diff --git a/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
>> b/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
>> index c20f748..92233b0 100644
>> --- a/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
>> +++ b/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
>> @@ -33,7 +33,6 @@ SRCREV_meta_i586-nlp-32-intel-common ?= 
>> "${SRCREV_META_INTEL_COMMON}"
>>   SRCREV_machine_i586-nlp-32-intel-common ?= 
>> "${SRCREV_MACHINE_INTEL_COMMON}"
>>   KERNEL_FEATURES_append_i586-nlp-32-intel-common = ""
>>   
>> -
>>   # For Crystalforest and Romley
>>   KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio"
>>   KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " uio"
>> @@ -41,3 +40,9 @@ KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-
>> common = " uio"
>>   # For FRI2, NUC
>>   KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " iwlwifi"
>>   KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " iwlwifi"
>> +
>> +do_compile_kernelmodules_append() {
>> +rm -rf ${B}/drivers/net/ethernet/intel/ixgbe
>> +rm -rf ${B}/drivers/net/ethernet/intel/ixgbevf
>> +rm -rf ${B}/net/ethernet
>> +}
> Drop this patch as I will not merge it for linux-yocto, only linux- intel.
>
> Sau!
>
>
>> --
>> 1.9.1
>>
> --
> ___
> meta-intel mailing list
> meta-intel@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-intel

--
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


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

2017-08-28 Thread Mikko Ylinen

Hi,


On 28/08/17 15:07, Syed Mohamad Fauzi, Syed Johan Arif wrote:

Hi Saul,

Given that we're no longer removing modules with the method below, should I 
create a patch to disable the ixgbe modules or would Mikko's patch be 
sufficient?
What about for disabling ixgbe in linux-yocto 4.4, should I create a separate 
.scc file?


I had suggested the in-kernel ixgbe modules are disabled in
linux-yocto 4.4 too based on your feedback below. I just made
an error which I fixed this morning:

https://lists.yoctoproject.org/pipermail/linux-yocto/2017-August/006530.html

-- Mikko


Kind regards
Johan

-Original Message-
From: meta-intel-boun...@yoctoproject.org 
[mailto:meta-intel-boun...@yoctoproject.org] On Behalf Of Syed Mohamad Fauzi, 
Syed Johan Arif
Sent: Thursday, August 24, 2017 7:15 PM
To: Wold, Saul ; meta-intel@yoctoproject.org
Subject: Re: [meta-intel] [PATCH V3 2/3] linux-yocto: remove ixgbe and ixgbevf

But we're currently carrying linux-yocto 4.4 in the BSP. Is there another way 
to do this?

Kind regards
Johan

-Original Message-
From: Wold, Saul
Sent: Thursday, August 24, 2017 6:10 AM
To: meta-intel@yoctoproject.org; Syed Mohamad Fauzi, Syed Johan Arif 

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

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 
---
  common/recipes-kernel/linux/linux-yocto_4.4.bbappend | 7 ++-
  1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
b/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
index c20f748..92233b0 100644
--- a/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
@@ -33,7 +33,6 @@ SRCREV_meta_i586-nlp-32-intel-common ?=
"${SRCREV_META_INTEL_COMMON}"
  SRCREV_machine_i586-nlp-32-intel-common ?=
"${SRCREV_MACHINE_INTEL_COMMON}"
  KERNEL_FEATURES_append_i586-nlp-32-intel-common = ""
  
-

  # For Crystalforest and Romley
  KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio"
  KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " uio"
@@ -41,3 +40,9 @@ KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-
common = " uio"
  # For FRI2, NUC
  KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " iwlwifi"
  KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " iwlwifi"
+
+do_compile_kernelmodules_append() {
+   rm -rf ${B}/drivers/net/ethernet/intel/ixgbe
+   rm -rf ${B}/drivers/net/ethernet/intel/ixgbevf
+   rm -rf ${B}/net/ethernet
+}

Drop this patch as I will not merge it for linux-yocto, only linux- intel.

Sau!



--
1.9.1


--
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


--
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


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

2017-08-28 Thread Syed Mohamad Fauzi, Syed Johan Arif
Hi Saul, 

Given that we're no longer removing modules with the method below, should I 
create a patch to disable the ixgbe modules or would Mikko's patch be 
sufficient?
What about for disabling ixgbe in linux-yocto 4.4, should I create a separate 
.scc file?

Kind regards
Johan

-Original Message-
From: meta-intel-boun...@yoctoproject.org 
[mailto:meta-intel-boun...@yoctoproject.org] On Behalf Of Syed Mohamad Fauzi, 
Syed Johan Arif
Sent: Thursday, August 24, 2017 7:15 PM
To: Wold, Saul ; meta-intel@yoctoproject.org
Subject: Re: [meta-intel] [PATCH V3 2/3] linux-yocto: remove ixgbe and ixgbevf

But we're currently carrying linux-yocto 4.4 in the BSP. Is there another way 
to do this? 

Kind regards
Johan

-Original Message-
From: Wold, Saul
Sent: Thursday, August 24, 2017 6:10 AM
To: meta-intel@yoctoproject.org; Syed Mohamad Fauzi, Syed Johan Arif 

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

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>
> ---
>  common/recipes-kernel/linux/linux-yocto_4.4.bbappend | 7 ++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
> b/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
> index c20f748..92233b0 100644
> --- a/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
> +++ b/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
> @@ -33,7 +33,6 @@ SRCREV_meta_i586-nlp-32-intel-common ?= 
> "${SRCREV_META_INTEL_COMMON}"
>  SRCREV_machine_i586-nlp-32-intel-common ?= 
> "${SRCREV_MACHINE_INTEL_COMMON}"
>  KERNEL_FEATURES_append_i586-nlp-32-intel-common = ""
>  
> -
>  # For Crystalforest and Romley
>  KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio"
>  KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " uio"
> @@ -41,3 +40,9 @@ KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-
> common = " uio"
>  # For FRI2, NUC
>  KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " iwlwifi"
>  KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " iwlwifi"
> +
> +do_compile_kernelmodules_append() {
> + rm -rf ${B}/drivers/net/ethernet/intel/ixgbe
> + rm -rf ${B}/drivers/net/ethernet/intel/ixgbevf
> + rm -rf ${B}/net/ethernet
> +}

Drop this patch as I will not merge it for linux-yocto, only linux- intel.

Sau!


> --
> 1.9.1
> 
--
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


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

2017-08-24 Thread Syed Mohamad Fauzi, Syed Johan Arif
But we're currently carrying linux-yocto 4.4 in the BSP. Is there another way 
to do this? 

Kind regards
Johan

-Original Message-
From: Wold, Saul 
Sent: Thursday, August 24, 2017 6:10 AM
To: meta-intel@yoctoproject.org; Syed Mohamad Fauzi, Syed Johan Arif 

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

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>
> ---
>  common/recipes-kernel/linux/linux-yocto_4.4.bbappend | 7 ++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
> b/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
> index c20f748..92233b0 100644
> --- a/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
> +++ b/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
> @@ -33,7 +33,6 @@ SRCREV_meta_i586-nlp-32-intel-common ?= 
> "${SRCREV_META_INTEL_COMMON}"
>  SRCREV_machine_i586-nlp-32-intel-common ?= 
> "${SRCREV_MACHINE_INTEL_COMMON}"
>  KERNEL_FEATURES_append_i586-nlp-32-intel-common = ""
>  
> -
>  # For Crystalforest and Romley
>  KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio"
>  KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " uio"
> @@ -41,3 +40,9 @@ KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-
> common = " uio"
>  # For FRI2, NUC
>  KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " iwlwifi"
>  KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " iwlwifi"
> +
> +do_compile_kernelmodules_append() {
> + rm -rf ${B}/drivers/net/ethernet/intel/ixgbe
> + rm -rf ${B}/drivers/net/ethernet/intel/ixgbevf
> + rm -rf ${B}/net/ethernet
> +}

Drop this patch as I will not merge it for linux-yocto, only linux- intel.

Sau!


> --
> 1.9.1
> 
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


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>
> ---
>  common/recipes-kernel/linux/linux-yocto_4.4.bbappend | 7 ++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
> b/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
> index c20f748..92233b0 100644
> --- a/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
> +++ b/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
> @@ -33,7 +33,6 @@ SRCREV_meta_i586-nlp-32-intel-common ?=
> "${SRCREV_META_INTEL_COMMON}"
>  SRCREV_machine_i586-nlp-32-intel-common ?=
> "${SRCREV_MACHINE_INTEL_COMMON}"
>  KERNEL_FEATURES_append_i586-nlp-32-intel-common = ""
>  
> -
>  # For Crystalforest and Romley
>  KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio"
>  KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " uio"
> @@ -41,3 +40,9 @@ KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-
> common = " uio"
>  # For FRI2, NUC
>  KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " iwlwifi"
>  KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " iwlwifi"
> +
> +do_compile_kernelmodules_append() {
> + rm -rf ${B}/drivers/net/ethernet/intel/ixgbe
> + rm -rf ${B}/drivers/net/ethernet/intel/ixgbevf
> + rm -rf ${B}/net/ethernet
> +}

Drop this patch as I will not merge it for linux-yocto, only linux-
intel.

Sau!


> -- 
> 1.9.1
> 
-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel


[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 --git a/common/recipes-kernel/linux/linux-yocto_4.4.bbappend 
b/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
index c20f748..92233b0 100644
--- a/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
+++ b/common/recipes-kernel/linux/linux-yocto_4.4.bbappend
@@ -33,7 +33,6 @@ SRCREV_meta_i586-nlp-32-intel-common ?= 
"${SRCREV_META_INTEL_COMMON}"
 SRCREV_machine_i586-nlp-32-intel-common ?= "${SRCREV_MACHINE_INTEL_COMMON}"
 KERNEL_FEATURES_append_i586-nlp-32-intel-common = ""
 
-
 # For Crystalforest and Romley
 KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio"
 KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " uio"
@@ -41,3 +40,9 @@ KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " uio"
 # For FRI2, NUC
 KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " iwlwifi"
 KERNEL_MODULE_AUTOLOAD_append_corei7-64-intel-common = " iwlwifi"
+
+do_compile_kernelmodules_append() {
+   rm -rf ${B}/drivers/net/ethernet/intel/ixgbe
+   rm -rf ${B}/drivers/net/ethernet/intel/ixgbevf
+   rm -rf ${B}/net/ethernet
+}
-- 
1.9.1

-- 
___
meta-intel mailing list
meta-intel@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-intel