summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-kernel-appendix.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-kernel-appendix.xml')
-rw-r--r--documentation/dev-manual/dev-manual-kernel-appendix.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml
index 7ac349b6e3..0f13344800 100644
--- a/documentation/dev-manual/dev-manual-kernel-appendix.xml
+++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml
@@ -221,9 +221,9 @@
221 If your host development system supports multi-core and multi-thread capabilities, 221 If your host development system supports multi-core and multi-thread capabilities,
222 you can uncomment these statements and set the variables to significantly shorten 222 you can uncomment these statements and set the variables to significantly shorten
223 the full build time. 223 the full build time.
224 As a guideline, set <filename>BB_NUMBER_THREADS</filename> to twice the number 224 As a guideline, set both <filename>BB_NUMBER_THREADS</filename> and
225 of cores your machine supports and set <filename>PARALLEL_MAKE</filename> to one and 225 <filename>PARALLEL_MAKE</filename> to twice the number
226 a half times the number of cores your machine supports. 226 of cores your machine supports.
227 </note> 227 </note>
228 </para> 228 </para>
229 <para> 229 <para>
@@ -390,9 +390,8 @@
390 build time if your host supports multi-core and multi-thread capabilities: 390 build time if your host supports multi-core and multi-thread capabilities:
391 <filename>BB_NUMBER_THREADS</filename> and <filename>PARALLEL_MAKE</filename>. 391 <filename>BB_NUMBER_THREADS</filename> and <filename>PARALLEL_MAKE</filename>.
392 If the host system has multiple cores then you can optimize build time 392 If the host system has multiple cores then you can optimize build time
393 by setting <filename>BB_NUMBER_THREADS</filename> to twice the number of 393 by setting both these variables to twice the number of
394 cores and setting <filename>PARALLEL_MAKE</filename> to one and a half times the 394 cores.</para></listitem>
395 number of cores.</para></listitem>
396 <listitem><para><emphasis>Identify Your <filename>meta-kernel-dev</filename> 395 <listitem><para><emphasis>Identify Your <filename>meta-kernel-dev</filename>
397 Layer:</emphasis> The <filename>BBLAYERS</filename> variable in the 396 Layer:</emphasis> The <filename>BBLAYERS</filename> variable in the
398 <filename>bblayers.conf</filename> file found in the 397 <filename>bblayers.conf</filename> file found in the