diff options
author | Richard Purdie <richard@openedhand.com> | 2008-09-11 23:02:51 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-09-11 23:02:51 +0000 |
commit | ef1315e09f9b63d14ad46ab02780c76a9e306fc6 (patch) | |
tree | c7236d1855a7976dabe12a88c13a99e4882aa501 /handbook/introduction.xml | |
parent | 96a71ae11620b26c51eec434fe1ececb4687bbaf (diff) | |
download | openembedded-core-ef1315e09f9b63d14ad46ab02780c76a9e306fc6.tar.gz openembedded-core-ef1315e09f9b63d14ad46ab02780c76a9e306fc6.tar.bz2 openembedded-core-ef1315e09f9b63d14ad46ab02780c76a9e306fc6.zip |
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
Diffstat (limited to 'handbook/introduction.xml')
-rw-r--r-- | handbook/introduction.xml | 11 |
1 files changed, 8 insertions, 3 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 <para> To build for other machines see the <glossterm><link - linkend='var-MACHINE'>MACHINE</link></glossterm> variable in build/conf/local.conf - which also contains other configuration information. The images/kernels built - by Poky are placed in the <filename class="directory">tmp/deploy/images</filename> + linkend='var-MACHINE'>MACHINE</link></glossterm> 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 + <glossterm><link linkend='var-BB_NUMBER_THREADS'>BB_NUMBER_THREADS</link></glossterm> + and <glossterm><link linkend='var-PARALLEL_MAKE'>PARALLEL_MAKE</link></glossterm> variables. + + The images/kernels built by Poky are placed in the <filename class="directory">tmp/deploy/images</filename> directory. </para> |