From 4ab132a20d33e70cf6736737c59d2c0ce2f79298 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 19 Jan 2015 14:14:19 -0800 Subject: dev-manual, ref-manual, yocto-project-qs: Updates to parallelism variables The way the old manual set had worded the use of the BB_NUMBER_THREADS, PARALLEL_MAKE, and BB_NUMBER_PARSE_THREADS had become depricated. It suggested a lot of user intervention to get these variables set to have the build system utilize optimal parallelism. The change a while back to the build system where the variables are set to the number of build host cores now makes the variables automatically be set to their best values. I have gone through the manual set and changed wordings appropriately to reflect this. Reported-by: Robert P. J. Day (From yocto-docs rev: 3a27b1792c92a2f22173315e2732f672cdad2c78) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/closer-look.xml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'documentation/ref-manual/closer-look.xml') diff --git a/documentation/ref-manual/closer-look.xml b/documentation/ref-manual/closer-look.xml index c0c0d619a4..eaf07d665f 100644 --- a/documentation/ref-manual/closer-look.xml +++ b/documentation/ref-manual/closer-look.xml @@ -162,9 +162,10 @@ Parallelism Options: Controlled by the - BB_NUMBER_THREADS + BB_NUMBER_THREADS, + PARALLEL_MAKE, and - PARALLEL_MAKE + BB_NUMBER_PARSE_THREADS variables. Target Machine Selection: Controlled by the @@ -216,12 +217,10 @@ For example, suppose you had several build environments and they shared some common features. You can set these default build properties here. - A good example is perhaps the level of parallelism you want - to use through the - BB_NUMBER_THREADS - and - PARALLEL_MAKE - variables. + A good example is perhaps the packaging format to use + through the + PACKAGE_CLASSES + variable. One useful scenario for using the conf/site.conf file is to extend your BBPATH -- cgit v1.2.3-54-g00ecf