]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
builder: removed setting of BB_NUMBER_THREADS and PARALLEL_MAKE
authorCristian Iorga <cristian.iorga@intel.com>
Fri, 4 Jul 2014 14:01:44 +0000 (17:01 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Jul 2014 16:37:39 +0000 (17:37 +0100)
This values are now adjusted automatically, based on underlying
hardware CPU cores count, so no need to enable manually.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-graphics/builder/files/builder_hob_start.sh

index 42c93ddbc045ba4c89dad6251ade0dd1972ed12c..65a68eec423f2d0696b88f5c960c07166ef76c4d 100644 (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&