]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf: Start using parallel make for do_install
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 Sep 2011 22:48:20 +0000 (23:48 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Sep 2011 10:36:24 +0000 (11:36 +0100)
commitfae7d7d43b7b2a58f5964e642c022d380e3ec39f
treea1c2e19af8d62adc81e8066d2a8a7e33ab93bbbd
parentc54c1280fc0d06a53e23339c3913ec88eead13d9
bitbake.conf: Start using parallel make for do_install

Most piece of software now support parallel make install. Enable
this by default using the value of PARALLEL_MAKE. In a similar way
to PARALLEL_MAKE we can disable this for broken recipes with:

PARALLEL_MAKEINST = ""

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf