Re: [OE-core] [PATCH] local.conf.sample: Have comments ready to go for quad-core (4 - 8).

2013-04-19 Thread Trevor Woerner
All of these solutions assume the user wants to use all of their entire computing resources to do nothing other than their Yocto build. This isn't _always_ the case, is it? :-) Personally, I know this build is going to take time. So I start it, then go off and do other things with my computer. In

[OE-core] [PATCH] local.conf.sample: Have comments ready to go for quad-core (4 - 8).

2013-04-18 Thread Robert P. J. Day
Have default, commented values for parallelism reflect quad-core hosts. Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca --- i'll admit it, i'm just lazy as i do all my work on a quad-core system and i'm constantly changing 4 to 8. and the proper values for a quad-core system *should*

Re: [OE-core] [PATCH] local.conf.sample: Have comments ready to go for quad-core (4 - 8).

2013-04-18 Thread Enrico Scholz
Robert P. J. Day rpjday-L09J2beyid0N/h6p543...@public.gmane.org writes: Have default, commented values for parallelism reflect quad-core hosts. fwiw, I use PARALLEL_MAKE = \ -j ${@int(os.sysconf(os.sysconf_names['SC_NPROCESSORS_ONLN'])) * 2} \ -l

Re: [OE-core] [PATCH] local.conf.sample: Have comments ready to go for quad-core (4 - 8).

2013-04-18 Thread Robert P. J. Day
On Thu, 18 Apr 2013, Enrico Scholz wrote: Robert P. J. Day rpjday-L09J2beyid0N/h6p543...@public.gmane.org writes: Have default, commented values for parallelism reflect quad-core hosts. fwiw, I use PARALLEL_MAKE = \ -j ${@int(os.sysconf(os.sysconf_names['SC_NPROCESSORS_ONLN'])) * 2}

Re: [OE-core] [PATCH] local.conf.sample: Have comments ready to go for quad-core (4 - 8).

2013-04-18 Thread Elvis Dowson
On Apr 18, 2013, at 8:51 PM, Robert P. J. Day rpj...@crashcourse.ca wrote: On Thu, 18 Apr 2013, Enrico Scholz wrote: Robert P. J. Day rpjday-L09J2beyid0N/h6p543...@public.gmane.org writes: Have default, commented values for parallelism reflect quad-core hosts. fwiw, I use

Re: [OE-core] [PATCH] local.conf.sample: Have comments ready to go for quad-core (4 - 8).

2013-04-18 Thread Yi Qingliang
On Thursday, April 18, 2013 09:57:16 PM Elvis Dowson wrote: On Apr 18, 2013, at 8:51 PM, Robert P. J. Day rpj...@crashcourse.ca wrote: On Thu, 18 Apr 2013, Enrico Scholz wrote: Robert P. J. Day rpjday-L09J2beyid0N/h6p543...@public.gmane.org writes: Have default, commented values for