HOSTCORES

Best Regards
Ulf Samuelsson
u...@emagii.com
+46  (722) 427 437


6 jun 2012 kl. 11:25 skrev Koen Kooi <k...@dominion.thruhere.net>:

> Op 6 jun. 2012, om 11:16 heeft Ulf Samuelsson het volgende geschreven:
>>>> # Make use of SMP:
>>>> #   PARALLEL_MAKE specifies how many concurrent compiler threads are 
>>>> spawned per bitbake process
>>>> #   BB_NUMBER_THREADS specifies how many concurrent bitbake tasks will be 
>>>> run
>>>> -PARALLEL_MAKE     = "-j2"
>>>> -BB_NUMBER_THREADS = "2"
>>>> +OE_CORES ?= "4"
>>>> +PARALLEL_MAKE     = "-j"
>>>> +PARALLEL_MAKE    += " ${OE_CORES}"
>>>> +BB_NUMBER_THREADS ?= "${OE_CORES}"
>>> 
>>> And that name is too confusing.
>> 
>> 
>> How about HOST_CPU_CORES ?
> 
> Better, but still too much underscores, the trend is to avoid then in 
> variable names to reduce parse time.

_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to