Re: [yocto] [PATCH] Get rid of do_shared_workdir task

2015-03-12 Thread ed . bartosh
On Wed, Mar 11, 2015 at 11:30 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: Why would you be working on a bug, that is currently assigned to me .. without even mentioning it ? Aha! I see the bug was updated right before the patch was sent. So assuming that you only started working

[yocto] [PATCH] Get rid of do_shared_workdir task

2015-03-11 Thread Ed Bartosh
Merged do_shared_workdir into kernel_do_compile This change should fix race condition between do_compilemodules and do_shared_workdir. Race occurs when do_compilemodules changes include/generated/ directory content while do_shared_workdir tries to copy it. Fixes [YOCTO #7321] Signed-off-by: Ed

Re: [yocto] [PATCH] Get rid of do_shared_workdir task

2015-03-11 Thread Saul Wold
Ed, This should go to the openembedded-c...@lists.openembedded.org, also please review the Patch and Commit guidelines: http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines Sau! On 03/11/2015 02:28 PM, Ed Bartosh wrote: Merged do_shared_workdir into kernel_do_compile This

Re: [yocto] [PATCH] Get rid of do_shared_workdir task

2015-03-11 Thread Bruce Ashfield
On Wed, Mar 11, 2015 at 11:30 PM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Wed, Mar 11, 2015 at 5:28 PM, Ed Bartosh ed.bart...@linux.intel.com wrote: Merged do_shared_workdir into kernel_do_compile This change should fix race condition between do_compilemodules and

Re: [yocto] [PATCH] Get rid of do_shared_workdir task

2015-03-11 Thread Bruce Ashfield
On Wed, Mar 11, 2015 at 5:28 PM, Ed Bartosh ed.bart...@linux.intel.com wrote: Merged do_shared_workdir into kernel_do_compile This change should fix race condition between do_compilemodules and do_shared_workdir. Race occurs when do_compilemodules changes include/generated/ directory content