summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 65728fb42f..bc40cbbeb3 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -288,8 +288,10 @@
288 <para> 288 <para>
289 Take some time to examine your <filename>conf/local.conf</filename> file. 289 Take some time to examine your <filename>conf/local.conf</filename> file.
290 The defaults should work fine. 290 The defaults should work fine.
291 However, if you have a multi-core CPU you might want to set the variables 291 However, if you have a multi-core CPU you might want to set the variable
292 BB_NUMBER_THREADS and PARALLEL_MAKE to the number of processor cores on your build machine. 292 BB_NUMBER_THREADS equal to twice the number of processor cores your system has.
293 And, set the variable PARALLEL_MAKE equal to the number of processor cores.
294 Setting these variables can significantly shorten your build time.
293 By default, these variables are commented out. 295 By default, these variables are commented out.
294 </para> 296 </para>
295 <para> 297 <para>