diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-17 08:20:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-18 12:15:03 +0100 |
commit | fe5636108f06c21bd4316c1e85d0335b7803089b (patch) | |
tree | 6ad30729a431fe36aabea5624ab86c045dbee61f | |
parent | 6339d903f2da7e00c6724202748944a91b744d95 (diff) | |
download | poky-fe5636108f06c21bd4316c1e85d0335b7803089b.tar.gz |
documentation: poky-ref-manual - Updated build/conf/local.conf
I added the BB_NUMBER_THREAD and PARALLEL_MAKE variables into
the description for suggested variables to set if you edit
local.conf.
(From yocto-docs rev: 7345bbf6c10b823e6364e85a4e75a7ec60a29aef)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/poky-ref-manual/ref-structure.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/documentation/poky-ref-manual/ref-structure.xml b/documentation/poky-ref-manual/ref-structure.xml index 75bc2ebd50..ece4894528 100644 --- a/documentation/poky-ref-manual/ref-structure.xml +++ b/documentation/poky-ref-manual/ref-structure.xml | |||
@@ -217,9 +217,13 @@ | |||
217 | 217 | ||
218 | <para> | 218 | <para> |
219 | Edit this file to set the <filename><link linkend='var-MACHINE'>MACHINE</link></filename> | 219 | Edit this file to set the <filename><link linkend='var-MACHINE'>MACHINE</link></filename> |
220 | for which you want to build, which package types you | 220 | for which you want to build, which package types you wish to use |
221 | wish to use (<filename>PACKAGE_CLASSES</filename>), or where you want to downloaded files | 221 | (<link linkend='var-PACKAGE_CLASSES'><filename>PACKAGE_CLASSES</filename></link>), |
222 | (<filename><link linkend='var-DL_DIR'>DL_DIR</link></filename>). | 222 | where you want to downloaded files |
223 | (<filename><link linkend='var-DL_DIR'>DL_DIR</link></filename>), | ||
224 | and how you want your host machine to use resources | ||
225 | (<link linkend='var-BB_NUMBER_THREADS'><filename>BB_NUMBER_THREADS</filename></link> and | ||
226 | <link linkend='var-PARALLEL_MAKE'><filename>PARALLEL_MAKE</filename></link>). | ||
223 | </para> | 227 | </para> |
224 | </section> | 228 | </section> |
225 | 229 | ||