diff options
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index fcbf3a1847..23e097b20f 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -410,11 +410,8 @@ | |||
410 | <ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#var-PARALLEL_MAKE'><filename>PARALLEL_MAKE</filename></ulink> variables. | 410 | <ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#var-PARALLEL_MAKE'><filename>PARALLEL_MAKE</filename></ulink> variables. |
411 | By default, these variables are commented out. | 411 | By default, these variables are commented out. |
412 | However, if you have a multi-core CPU you might want to uncomment | 412 | However, if you have a multi-core CPU you might want to uncomment |
413 | the lines and set the variable | 413 | the lines and set both variables equal to twice the number of your |
414 | <filename>BB_NUMBER_THREADS</filename> equal to twice the number of your | ||
415 | host's processor cores. | 414 | host's processor cores. |
416 | Also, you could set the variable <filename>PARALLEL_MAKE</filename> equal to | ||
417 | 1.5 times the number of processor cores. | ||
418 | Setting these variables can significantly shorten your build time. | 415 | Setting these variables can significantly shorten your build time. |
419 | </para> | 416 | </para> |
420 | 417 | ||