summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-kernel-appendix.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml
index 996d8ae222..5caf09141b 100644
--- a/documentation/dev-manual/dev-manual-kernel-appendix.xml
+++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml
@@ -577,9 +577,9 @@
577 If your host development system supports multi-core and multi-thread capabilities, 577 If your host development system supports multi-core and multi-thread capabilities,
578 you can uncomment these statements and set the variables to significantly shorten 578 you can uncomment these statements and set the variables to significantly shorten
579 the full build time. 579 the full build time.
580 As a guideline, set <filename>BB_NUMBER_THREADS</filename> to twice the number 580 As a guideline, set both the <filename>BB_NUMBER_THREADS</filename> and the
581 of cores your machine supports and set <filename>PARALLEL_MAKE</filename> to one and 581 <filename>PARALLEL_MAKE</filename> variables to twice the number
582 a half times the number of cores your machine supports. 582 of cores your machine supports.
583 </note> 583 </note>
584 The following two commands <filename>source</filename> the build environment setup script 584 The following two commands <filename>source</filename> the build environment setup script
585 and build the default <filename>qemux86</filename> image. 585 and build the default <filename>qemux86</filename> image.