builder: removed setting of BB_NUMBER_THREADS and PARALLEL_MAKE

This values are now adjusted automatically, based on underlying
hardware CPU cores count, so no need to enable manually.

(From OE-Core rev: 548f51122900ba600030005b888053bdf009fa31)

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Cristian Iorga 2014-07-04 17:01:44 +03:00 committed by Richard Purdie
parent d3a3f4bc2a
commit 76940edcdf
1 changed files with 0 additions and 4 deletions

View File

@ -30,10 +30,6 @@ fi
cd /home/builder/poky
. ./oe-init-build-env
#uncomment the settings for BB_NUMBER_THREADS and PARALLEL_MAKE
sed -i 's/^#BB_NUMBER_THREADS =/BB_NUMBER_THREADS =/g' conf/local.conf
sed -i 's/^#PARALLEL_MAKE =/PARALLEL_MAKE =/g' conf/local.conf
hob &
matchbox-terminal&