[linux-yocto] [PATCH] common-pc-wifi: fix warning

Bruce Ashfield bruce.ashfield at windriver.com
Mon Aug 28 06:18:15 PDT 2017


On 08/25/2017 12:53 PM, Saul Wold wrote:
> This fixes the warning:
> Config: CONFIG_BRCMFMAC_PROTO_MSGBUF
> From: .../tmp/work-shared/intel-corei7-64/kernel-source/.kernel-meta/configs/standard/intel/bsp/common-pc/common-pc-wifi.cfg
> Requested value:  CONFIG_BRCMFMAC_PROTO_MSGBUF=y
> Actual value:
> 
> Config 'BRCMFMAC_PROTO_MSGBUF' has the following conditionals:

Are you seeing this on something other than 4.12 ? I did the following
fix that should take care of it ... I'm also bumping the SRCREVs on
everything today, so perhaps I didn't have that in my update of the
REVs.

Bruce

commit b8983853109591bee91b268dccc075acfc7e45a2
Author: Bruce Ashfield <bruce.ashfield at windriver.com>
Date:   Fri Aug 18 17:03:27 2017 -0400

     wifi: drop BRCMFMAC_PROTO_MSGBUF, since it is selected

     Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>

:100644 100644 eed04fce529a... 9e9e4a8b9cef... M 
bsp/common-pc/common-pc-wifi.cfg



> 
> Dependency values are:
> 
> Signed-off-by: Saul Wold <sgw at linux.intel.com>
> ---
>   bsp/common-pc/common-pc-wifi.cfg | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/bsp/common-pc/common-pc-wifi.cfg b/bsp/common-pc/common-pc-wifi.cfg
> index 998a7897..14d82b16 100644
> --- a/bsp/common-pc/common-pc-wifi.cfg
> +++ b/bsp/common-pc/common-pc-wifi.cfg
> @@ -24,7 +24,6 @@ CONFIG_BRCMFMAC=m
>   CONFIG_BRCMFMAC_USB=y
>   CONFIG_BRCMFMAC_SDIO=y
>   CONFIG_BRCMFMAC_PROTO_BCDC=y
> -CONFIG_BRCMFMAC_PROTO_MSGBUF=y
>   
>   CONFIG_WEXT_CORE=y
>   CONFIG_WEXT_PROC=y
> 



More information about the linux-yocto mailing list