]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation: poky-ref-manual - Updated build/conf/local.conf
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Wed, 17 Oct 2012 15:20:35 +0000 (08:20 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Oct 2012 11:15:03 +0000 (12:15 +0100)
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>
documentation/poky-ref-manual/ref-structure.xml

index 75bc2ebd50c5064e89e93d9232cd63e29ea4076b..ece48945281bd2078d4eaa60d56e9e7f7616e874 100644 (file)
 
         <para>
             Edit this file to set the <filename><link linkend='var-MACHINE'>MACHINE</link></filename> 
-            for which you want to build, which package types you
-            wish to use (<filename>PACKAGE_CLASSES</filename>), or where you want to downloaded files
-            (<filename><link linkend='var-DL_DIR'>DL_DIR</link></filename>).
+            for which you want to build, which package types you wish to use 
+            (<link linkend='var-PACKAGE_CLASSES'><filename>PACKAGE_CLASSES</filename></link>), 
+            where you want to downloaded files
+            (<filename><link linkend='var-DL_DIR'>DL_DIR</link></filename>), 
+            and how you want your host machine to use resources 
+            (<link linkend='var-BB_NUMBER_THREADS'><filename>BB_NUMBER_THREADS</filename></link> and 
+            <link linkend='var-PARALLEL_MAKE'><filename>PARALLEL_MAKE</filename></link>).
         </para>
     </section>