[OE-core] [PATCH] builder: removed setting of BB_NUMBER_THREADS and PARALLEL_MAKE

Iorga, Cristian cristian.iorga at intel.com
Wed Jul 9 08:11:22 UTC 2014


Ping.

-----Original Message-----
From: Iorga, Cristian 
Sent: Friday, July 4, 2014 5:02 PM
To: openembedded-core at lists.openembedded.org
Cc: Iorga, Cristian
Subject: [PATCH] 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.

Signed-off-by: Cristian Iorga <cristian.iorga at intel.com>
---
 meta/recipes-graphics/builder/files/builder_hob_start.sh | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/meta/recipes-graphics/builder/files/builder_hob_start.sh b/meta/recipes-graphics/builder/files/builder_hob_start.sh
index 42c93dd..65a68ee 100644
--- a/meta/recipes-graphics/builder/files/builder_hob_start.sh
+++ b/meta/recipes-graphics/builder/files/builder_hob_start.sh
@@ -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&
--
1.9.1




More information about the Openembedded-core mailing list