]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf: move BB_NUMBER_THREADS and PARALLEL_MAKE to bitbake.conf
authorRoxana Ciobanu <roxana.ciobanu@intel.com>
Wed, 23 Jul 2014 07:46:02 +0000 (10:46 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Jul 2014 20:52:22 +0000 (21:52 +0100)
commit0db05b39e7cfada6a551cb652a8841c98a9b552d
treefdbdc5537c637f7c1a8a55af9a329dd42950a327
parent54ddf3fe060715534cd9e23d6e89cf6b06ed3d9f
bitbake.conf: move BB_NUMBER_THREADS and PARALLEL_MAKE to bitbake.conf

Currently, BB_NUMBER_THREADS and PARALLEL_MAKE default to unset and
are set in local.conf. Now that we have the automatic probing,
the default values can be set in bitbake.conf and an example of
explicitly defining how many tasks to run can be moved to
local.conf.sample.extended.

[YOCTO #6217]

Signed-off-by: Roxana Ciobanu <roxana.ciobanu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf
meta/conf/local.conf.sample
meta/conf/local.conf.sample.extended