Re: [OE-core] [PATCH 1/9] kernel.bbclass: compile kernel and modules in a single task

2011-12-15 Thread Koen Kooi
Op 14 dec. 2011, om 01:17 heeft Dmitry Eremin-Solenikov het volgende geschreven: On Wed, Dec 14, 2011 at 4:15 AM, Darren Hart dvh...@linux.intel.com wrote: On 12/13/2011 08:19 AM, Dmitry Eremin-Solenikov wrote: There is no point in compiling kernel modules in a separate task, run right

Re: [OE-core] [PATCH 1/9] kernel.bbclass: compile kernel and modules in a single task

2011-12-15 Thread Bruce Ashfield
On Thu, Dec 15, 2011 at 4:27 AM, Koen Kooi k...@dominion.thruhere.net wrote: Op 14 dec. 2011, om 01:17 heeft Dmitry Eremin-Solenikov het volgende geschreven: On Wed, Dec 14, 2011 at 4:15 AM, Darren Hart dvh...@linux.intel.com wrote: On 12/13/2011 08:19 AM, Dmitry Eremin-Solenikov wrote:

Re: [OE-core] [PATCH 1/9] kernel.bbclass: compile kernel and modules in a single task

2011-12-15 Thread Richard Purdie
On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote: There is no point in compiling kernel modules in a separate task, run right after do_compile. On the other hand merging those tasks will e.g. make icecc used also for modules compilation, etc. Signed-off-by: Dmitry

[OE-core] [PATCH 1/9] kernel.bbclass: compile kernel and modules in a single task

2011-12-13 Thread Dmitry Eremin-Solenikov
There is no point in compiling kernel modules in a separate task, run right after do_compile. On the other hand merging those tasks will e.g. make icecc used also for modules compilation, etc. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/classes/kernel.bbclass |6

Re: [OE-core] [PATCH 1/9] kernel.bbclass: compile kernel and modules in a single task

2011-12-13 Thread Dmitry Eremin-Solenikov
On 12/13/2011 08:22 PM, Phil Blundell wrote: On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote: - oe_runmake ${PARALLEL_MAKE} modules CC=${KERNEL_CC} LD=${KERNEL_LD} + oe_runmake modules CC=${KERNEL_CC} LD=${KERNEL_LD} Why did you remove

Re: [OE-core] [PATCH 1/9] kernel.bbclass: compile kernel and modules in a single task

2011-12-13 Thread Darren Hart
On 12/13/2011 08:19 AM, Dmitry Eremin-Solenikov wrote: There is no point in compiling kernel modules in a separate task, run right after do_compile. On the other hand merging those tasks will e.g. make icecc used also for modules compilation, etc. This split was done intentionally to allow

Re: [OE-core] [PATCH 1/9] kernel.bbclass: compile kernel and modules in a single task

2011-12-13 Thread Dmitry Eremin-Solenikov
On Wed, Dec 14, 2011 at 4:15 AM, Darren Hart dvh...@linux.intel.com wrote: On 12/13/2011 08:19 AM, Dmitry Eremin-Solenikov wrote: There is no point in compiling kernel modules in a separate task, run right after do_compile. On the other hand merging those tasks will e.g. make icecc used also

Re: [OE-core] [PATCH 1/9] kernel.bbclass: compile kernel and modules in a single task

2011-12-13 Thread Darren Hart
On 12/13/2011 04:17 PM, Dmitry Eremin-Solenikov wrote: On Wed, Dec 14, 2011 at 4:15 AM, Darren Hart dvh...@linux.intel.com wrote: On 12/13/2011 08:19 AM, Dmitry Eremin-Solenikov wrote: There is no point in compiling kernel modules in a separate task, run right after do_compile. On the other