[OE-core] [PATCH] kernel.bbclass: Fix race condition

2015-05-06 Thread Ed Bartosh
Race condition between do_compile_kernelmodules and do_shared_workdir tasks occurs when do_compile_kernelmodules changes files in include/generated/* while do_shared_workdir tries to copy them to shared working directory. Functionality of do_shared_workdir has been moved to separate function mk_sh

Re: [OE-core] [PATCH] kernel.bbclass: Fix race condition

2015-05-05 Thread Richard Purdie
On Mon, 2015-05-04 at 17:11 +0300, Ed Bartosh wrote: > Race condition between do_compile_kernelmodules and do_shared_workdir > tasks occurs when do_compilemodules changes files in include/generated/* > while do_shared_workdir tries to copy them to shared working directory. > > Functionality of do_

Re: [OE-core] [PATCH] kernel.bbclass: Fix race condition

2015-05-04 Thread Bruce Ashfield
On 2015-05-04 10:11 AM, Ed Bartosh wrote: Race condition between do_compile_kernelmodules and do_shared_workdir tasks occurs when do_compilemodules changes files in include/generated/* while do_shared_workdir tries to copy them to shared working directory. Functionality of do_shared_workdir has

[OE-core] [PATCH] kernel.bbclass: Fix race condition

2015-05-04 Thread Ed Bartosh
Race condition between do_compile_kernelmodules and do_shared_workdir tasks occurs when do_compilemodules changes files in include/generated/* while do_shared_workdir tries to copy them to shared working directory. Functionality of do_shared_workdir has been moved to separate function mk_shared_wo

Re: [OE-core] [PATCH] kernel.bbclass: Fix race condition

2015-05-01 Thread Bruce Ashfield
On Fri, May 1, 2015 at 10:28 AM, Richard Purdie wrote: > On Tue, 2015-04-14 at 19:56 +0300, Ed Bartosh wrote: >> Race condition between do_compile_kernelmodules and do_shared_workdir >> tasks occurs when do_compilemodules changes files in include/generated/* >> while do_shared_workdir tries to cop

Re: [OE-core] [PATCH] kernel.bbclass: Fix race condition

2015-05-01 Thread Richard Purdie
On Tue, 2015-04-14 at 19:56 +0300, Ed Bartosh wrote: > Race condition between do_compile_kernelmodules and do_shared_workdir > tasks occurs when do_compilemodules changes files in include/generated/* > while do_shared_workdir tries to copy them to shared working directory. > > Functionality of do_

[OE-core] [PATCH] kernel.bbclass: Fix race condition

2015-04-14 Thread Ed Bartosh
Race condition between do_compile_kernelmodules and do_shared_workdir tasks occurs when do_compilemodules changes files in include/generated/* while do_shared_workdir tries to copy them to shared working directory. Functionality of do_shared_workdir has been moved to separate function mk_shared_wo

[OE-core] [PATCH] kernel.bbclass: Fix race condition

2015-03-12 Thread Ed Bartosh
Race condition between do_compile_kernelmodules and do_shared_workdir tasks occurs when do_compilemodules changes files in include/generated/* while do_shared_workdir tries to copy them to shared working directory. Functionality of do_shared_workdir has been moved to separate function mk_shared_wo