Re: [OE-core] [PATCH 2/2] scons.bbclass: reduce build time by adding PARALLEL_MAKEINST to scons install params

2016-09-22 Thread Andreas Müller
On Wed, Sep 21, 2016 at 11:06 AM, Burton, Ross wrote: > > On 21 September 2016 at 06:30, Andreas Müller > wrote: >> >> During install all files are recompiled. This should be investigated >> further >> later > > > I'd put (pretend) money on it

Re: [OE-core] [PATCH 2/2] scons.bbclass: reduce build time by adding PARALLEL_MAKEINST to scons install params

2016-09-21 Thread Andreas Müller
On Wed, Sep 21, 2016 at 11:06 AM, Burton, Ross wrote: > > On 21 September 2016 at 06:30, Andreas Müller > wrote: >> >> During install all files are recompiled. This should be investigated >> further >> later > > > I'd put (pretend) money on it

Re: [OE-core] [PATCH 2/2] scons.bbclass: reduce build time by adding PARALLEL_MAKEINST to scons install params

2016-09-21 Thread Burton, Ross
On 21 September 2016 at 06:30, Andreas Müller wrote: > During install all files are recompiled. This should be investigated > further > later > I'd put (pretend) money on it being because PREFIX/prefix change between compile and install, so it needs to rebuild.

Re: [OE-core] [PATCH 2/2] scons.bbclass: reduce build time by adding PARALLEL_MAKEINST to scons install params

2016-09-21 Thread Burton, Ross
On 21 September 2016 at 06:30, Andreas Müller wrote: > During install all files are recompiled. This should be investigated > further > later. Currently only one file is recompiled at the same time. Reduce > install > time significantly by setting PARALLEL_MAKEINST

[OE-core] [PATCH 2/2] scons.bbclass: reduce build time by adding PARALLEL_MAKEINST to scons install params

2016-09-20 Thread Andreas Müller
During install all files are recompiled. This should be investigated further later. Currently only one file is recompiled at the same time. Reduce install time significantly by setting PARALLEL_MAKEINST option in do_install task. Measured with recipes inheriting scons (gpsd do_compile broken for