From 76940edcdfe7fc40b7b7c2ef67fdcc5329f69463 Mon Sep 17 00:00:00 2001 From: Cristian Iorga Date: Fri, 4 Jul 2014 17:01:44 +0300 Subject: 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 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- 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 42c93ddbc0..65a68eec42 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& -- cgit v1.2.3-54-g00ecf