From ef1315e09f9b63d14ad46ab02780c76a9e306fc6 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 11 Sep 2008 23:02:51 +0000 Subject: handbook/quickstart: Improve documentation on the options available in local.conf git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5190 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- handbook/introduction.xml | 11 ++++++++--- handbook/ref-variables.xml | 10 +++++++++- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/handbook/introduction.xml b/handbook/introduction.xml index 291ed5d214..7de74673fb 100644 --- a/handbook/introduction.xml +++ b/handbook/introduction.xml @@ -196,9 +196,14 @@ $ runqemu qemuarm To build for other machines see the MACHINE variable in build/conf/local.conf - which also contains other configuration information. The images/kernels built - by Poky are placed in the tmp/deploy/images + linkend='var-MACHINE'>MACHINE variable in build/conf/local.conf. + This file contains other useful configuration information and the default version + has examples of common setup needs and is worth + reading. To take advantage of multiple processor cores to speed up builds for example, set the + BB_NUMBER_THREADS + and PARALLEL_MAKE variables. + + The images/kernels built by Poky are placed in the tmp/deploy/images directory. diff --git a/handbook/ref-variables.xml b/handbook/ref-variables.xml index a3590e1072..4beb0cf35f 100644 --- a/handbook/ref-variables.xml +++ b/handbook/ref-variables.xml @@ -66,7 +66,7 @@ BB_NUMBER_THREADS - Number of BitBake threads + The maximum number of tasks BitBake should run in parallel at any one time @@ -483,6 +483,14 @@ + PARALLEL_MAKE + + Extra options that are passed to the make command during the + compile tasks. This is usually of the form '-j 4' where the number + represents the maximum number of parallel threads make can run. + + + PN Name of package. -- cgit v1.2.3-54-g00ecf