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

2017-08-25 Thread Saul Wold
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

[linux-yocto] [kernel-cache][PATCH 2/4] ktypes/standard: enable CONFIG_CRYPTO_CCM and GCM

2017-08-25 Thread Mikko Ylinen
In order to build backport-iwlwifi driver (meta-intel has the recipe) that ships its own MAC80211 and to use the crypto drivers from the targeted kernel for it, CONFIG_CRYPTO_CCM must be enabled. backport-iwlwifi does have a compat implementation of crypto-ccm.c too that would be used if CONFIG_CR

[linux-yocto] [kernel-cache][PATCH 4/4] intel-common: disable ixgbe modules

2017-08-25 Thread Mikko Ylinen
meta-intel (intel-* MACHINEs) plans to use the backported ixgbe ethernet modules so disable building them in the base kernel config. To build the in-kernel drivers, features/ixgbe/ixgbe.scc must be added in KERNEL_FEATURES. Signed-off-by: Mikko Ylinen --- bsp/intel-common/intel-common-drivers.s

[linux-yocto] [kernel-cache][PATCH 1/4] skylake/audio: enable CONFIG_CRC8 to build soundwire driver

2017-08-25 Thread Mikko Ylinen
The skylake audio driver enables CONFIG_SDW which in turn does not correcly select/enable its dependencies so the build fails if CONFIG_CRC8 is not explicitly enabled. The build failure triggers when disabling common-pc-wifi.cfg. Signed-off-by: Mikko Ylinen --- features/soc/skylake/skylake.cfg

[linux-yocto] [kernel-cache][PATCH 3/4] intel-common: disable iwlwifi and softmac modules

2017-08-25 Thread Mikko Ylinen
The default virtual/kernel for intel-common uses the backported iwlwifi driver and softmac so disable building them in the base kernel config. This disables all mac80211/cfg80211 and their dependencies. If the in-kernel drivers are needed, iwlwifi.scc must be added in KERNEL_FEATURES. Signed-off-

[linux-yocto] [kernel-cache][PATCH 0/4] intel-common: networking configuration changes

2017-08-25 Thread Mikko Ylinen
meta-intel recently added a recipe to build an out-of-tree iwlwifi driver. Additionally, there are plans to do the same for ixgbe too. Those changes triggered a conversation on how it should be done. See '[meta-intel] [PATCH V2 2/3] linux-intel: remove ixgbe and ixgbevf' for details. Patches 1 an