[linux-yocto] Kernel modules and vermagic

2017-08-28 Thread Gutierrez, Hernan Ildefonso (Boise R, FW)
Hi, I am new to this dist-list and I am not sure if this is the right forum. My apologies beforehand if this is not the right list. Problem statement: I am evaluating Yocto for a project. We have a workflow where linux kernel is built from a local git repo separately from the root file

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

2017-08-28 Thread Bruce Ashfield
On 08/28/2017 10:20 AM, Saul Wold wrote: On Mon, 2017-08-28 at 09:18 -0400, Bruce Ashfield wrote: 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-

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

2017-08-28 Thread Bruce Ashfield
On 08/28/2017 04:01 AM, Mikko Ylinen wrote: Hi Bruce, On 25/08/17 16:00, Mikko Ylinen wrote: Patches 3 and 4 would need an OK from Saul first. All patches are valid for yocto-4.9+ and 3 also for 4.4. This should say: "All patches are valid for yocto-4.9+ and _4_ also for 4.4. (i.e.,

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

2017-08-28 Thread Bruce Ashfield
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:

Re: [linux-yocto] [Resend v4.12 PATCH 1/2] fs: yaffs2: replace CURRENT_TIME by other appropriate apis

2017-08-28 Thread Bruce Ashfield
On 08/27/2017 10:53 PM, Kevin Hao wrote: The macro CURRENT_TIME has already been deleted by commit bfe1c566453a ("time: delete CURRENT_TIME_SEC and CURRENT_TIME"). So we need to replace all the uses of CURRENT_TIME by current_time() for filesystem times, and ktime_get_* function for others.

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

2017-08-28 Thread Mikko Ylinen
Hi Bruce, On 25/08/17 16:00, Mikko Ylinen wrote: Patches 3 and 4 would need an OK from Saul first. All patches are valid for yocto-4.9+ and 3 also for 4.4. This should say: "All patches are valid for yocto-4.9+ and _4_ also for 4.4. (i.e., intel-common: disable ixgbe modules) -- Mikko