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/dev-manual/dev-manual-start.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'documentation/dev-manual') diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index df29302fdb..c3206b86f8 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml @@ -297,10 +297,9 @@ This file defines many aspects of the build environment including the target machine architecture through the MACHINE variable, - the development machine's processor use through the - BB_NUMBER_THREADS and - PARALLEL_MAKE variables, and - a centralized tarball download directory through the + the packaging format used during the build + (PACKAGE_CLASSES), + and a centralized tarball download directory through the DL_DIR variable. Build the image using the bitbake command. -- cgit v1.2.3-54-g00ecf