Re: [yocto] what's the proper value for BB_NUMBER_THREADS?

2011-11-03 Thread Darren Hart
On 10/31/2011 10:39 AM, Gary Thomas wrote: On 2011-10-31 11:25, Robert P. J. Day wrote: On Mon, 31 Oct 2011, Mark Hatle wrote: On 10/30/11 11:15 AM, Robert P. J. Day wrote: On Sun, 30 Oct 2011, Christian Gagneraud wrote: On 30/10/11 15:32, Robert P. J. Day wrote: all the docs

Re: [yocto] what's the proper value for BB_NUMBER_THREADS?

2011-11-03 Thread Robert P. J. Day
On Thu, 3 Nov 2011, Darren Hart wrote: On 10/31/2011 10:39 AM, Gary Thomas wrote: On 2011-10-31 11:25, Robert P. J. Day wrote: On Mon, 31 Oct 2011, Mark Hatle wrote: On 10/30/11 11:15 AM, Robert P. J. Day wrote: On Sun, 30 Oct 2011, Christian Gagneraud wrote: On 30/10/11 15:32,

Re: [yocto] what's the proper value for BB_NUMBER_THREADS?

2011-10-31 Thread Mark Hatle
On 10/30/11 11:15 AM, Robert P. J. Day wrote: On Sun, 30 Oct 2011, Christian Gagneraud wrote: On 30/10/11 15:32, Robert P. J. Day wrote: all the docs recommend twice the number of cores (AFAICT), yet the template local.conf file suggests that, for a quad core, the value of 4 would be

[yocto] what's the proper value for BB_NUMBER_THREADS?

2011-10-30 Thread Robert P. J. Day
all the docs recommend twice the number of cores (AFAICT), yet the template local.conf file suggests that, for a quad core, the value of 4 would be appropriate. shouldn't that say 8? same with PARALLEL_MAKE? rday --

Re: [yocto] what's the proper value for BB_NUMBER_THREADS?

2011-10-30 Thread Christian Gagneraud
On 30/10/11 15:32, Robert P. J. Day wrote: all the docs recommend twice the number of cores (AFAICT), yet the template local.conf file suggests that, for a quad core, the value of 4 would be appropriate. shouldn't that say 8? same with PARALLEL_MAKE? Hi Robert, The Poky ref manual says

Re: [yocto] what's the proper value for BB_NUMBER_THREADS?

2011-10-30 Thread Robert P. J. Day
On Sun, 30 Oct 2011, Christian Gagneraud wrote: On 30/10/11 15:32, Robert P. J. Day wrote: all the docs recommend twice the number of cores (AFAICT), yet the template local.conf file suggests that, for a quad core, the value of 4 would be appropriate. shouldn't that say 8? same with