Re: [OE-core] [PATCH] kernel.bbclass: Fix do_shared_workdir task ordering

2015-08-11 Thread Bruce Ashfield
On Tue, Aug 11, 2015 at 9:06 AM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Tue, Aug 11, 2015 at 8:47 AM, Otavio Salvador otavio.salva...@ossystems.com.br wrote: On Tue, Aug 11, 2015 at 12:23 AM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Mon, Aug 10, 2015 at 11:21 AM, Stefan

Re: [OE-core] [PATCH] kernel.bbclass: Fix do_shared_workdir task ordering

2015-08-11 Thread Bruce Ashfield
On Tue, Aug 11, 2015 at 8:47 AM, Otavio Salvador otavio.salva...@ossystems.com.br wrote: On Tue, Aug 11, 2015 at 12:23 AM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Mon, Aug 10, 2015 at 11:21 AM, Stefan Müller-Klieser s.mueller-klie...@phytec.de wrote: commit 02d0a003d60326

Re: [OE-core] [PATCH] kernel.bbclass: Fix do_shared_workdir task ordering

2015-08-11 Thread Otavio Salvador
On Tue, Aug 11, 2015 at 12:23 AM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Mon, Aug 10, 2015 at 11:21 AM, Stefan Müller-Klieser s.mueller-klie...@phytec.de wrote: commit 02d0a003d60326 [kernel.bbclass: Fix race condition] has surfaced a bug in the generation of the shared_workdir. The

Re: [OE-core] [PATCH] kernel.bbclass: Fix do_shared_workdir task ordering

2015-08-11 Thread Bruce Ashfield
On Tue, Aug 11, 2015 at 10:25 AM, Stefan Müller-Klieser s.mueller-klie...@phytec.de wrote: On 11.08.2015 15:11, Bruce Ashfield wrote: On Tue, Aug 11, 2015 at 9:06 AM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Tue, Aug 11, 2015 at 8:47 AM, Otavio Salvador

Re: [OE-core] [PATCH] kernel.bbclass: Fix do_shared_workdir task ordering

2015-08-11 Thread Stefan Müller-Klieser
On 11.08.2015 15:11, Bruce Ashfield wrote: On Tue, Aug 11, 2015 at 9:06 AM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Tue, Aug 11, 2015 at 8:47 AM, Otavio Salvador otavio.salva...@ossystems.com.br wrote: On Tue, Aug 11, 2015 at 12:23 AM, Bruce Ashfield bruce.ashfi...@gmail.com wrote:

[OE-core] [PATCH] kernel.bbclass: Fix do_shared_workdir task ordering

2015-08-10 Thread Stefan Müller-Klieser
commit 02d0a003d60326 [kernel.bbclass: Fix race condition] has surfaced a bug in the generation of the shared_workdir. The task do_compile_kernelmodules adds the exported symbols of the kernel modules to the Module.symvers. By creating the shared_workdir before the modules are compiled, the

Re: [OE-core] [PATCH] kernel.bbclass: Fix do_shared_workdir task ordering

2015-08-10 Thread Bruce Ashfield
On Mon, Aug 10, 2015 at 11:21 AM, Stefan Müller-Klieser s.mueller-klie...@phytec.de wrote: commit 02d0a003d60326 [kernel.bbclass: Fix race condition] has surfaced a bug in the generation of the shared_workdir. The task do_compile_kernelmodules adds the exported symbols of the kernel modules to