diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index ea5b9d8506..27008c7a5d 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -874,7 +874,7 @@ | |||
| 874 | build system. | 874 | build system. |
| 875 | For example, a system with a dual core processor that | 875 | For example, a system with a dual core processor that |
| 876 | also uses hyper-threading causes the | 876 | also uses hyper-threading causes the |
| 877 | <filename>BB_NUMBER_THREADS<filename> variable to default | 877 | <filename>BB_NUMBER_THREADS</filename> variable to default |
| 878 | to "4". | 878 | to "4". |
| 879 | </para> | 879 | </para> |
| 880 | 880 | ||
| @@ -4811,9 +4811,10 @@ | |||
| 4811 | <link linkend='ref-tasks-compile'><filename>do_compile</filename></link> | 4811 | <link linkend='ref-tasks-compile'><filename>do_compile</filename></link> |
| 4812 | task that specify parallel compilation. | 4812 | task that specify parallel compilation. |
| 4813 | This variable usually takes the form of | 4813 | This variable usually takes the form of |
| 4814 | <filename>-j 4</filename>, where the number | 4814 | "-j <replaceable>x</replaceable>", where |
| 4815 | represents the maximum number of parallel threads | 4815 | <replaceable>x</replaceable> represents the maximum |
| 4816 | <filename>make</filename> can run. | 4816 | number of parallel threads <filename>make</filename> can |
| 4817 | run. | ||
| 4817 | <note> | 4818 | <note> |
| 4818 | The options passed affect builds on all enabled | 4819 | The options passed affect builds on all enabled |
| 4819 | machines on the network, which are machines running the | 4820 | machines on the network, which are machines running the |
| @@ -8507,7 +8508,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 8507 | 8508 | ||
| 8508 | <glossentry id='var-PARALLEL_MAKE'><glossterm>PARALLEL_MAKE</glossterm> | 8509 | <glossentry id='var-PARALLEL_MAKE'><glossterm>PARALLEL_MAKE</glossterm> |
| 8509 | <info> | 8510 | <info> |
| 8510 | PARALLEL_MAKE[doc] = "Specifies extra options that are passed to the make command during the compile tasks. This variable is usually in the form -j 4, where the number represents the maximum number of parallel threads make can run." | 8511 | PARALLEL_MAKE[doc] = "Specifies extra options that are passed to the make command during the compile tasks. This variable is usually in the form -j x, where x represents the maximum number of parallel threads make can run." |
| 8511 | </info> | 8512 | </info> |
| 8512 | <glossdef> | 8513 | <glossdef> |
| 8513 | <para role="glossdeffirst"> | 8514 | <para role="glossdeffirst"> |
| @@ -8518,8 +8519,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 8518 | task in order to specify parallel compilation on the local | 8519 | task in order to specify parallel compilation on the local |
| 8519 | build host. | 8520 | build host. |
| 8520 | This variable is usually in the form "-j <replaceable>x</replaceable>", | 8521 | This variable is usually in the form "-j <replaceable>x</replaceable>", |
| 8521 | where x represents the maximum number of parallel threads | 8522 | where <replaceable>x</replaceable> represents the maximum |
| 8522 | <filename>make</filename> can run. | 8523 | number of parallel threads <filename>make</filename> can |
| 8524 | run. | ||
| 8523 | </para> | 8525 | </para> |
| 8524 | 8526 | ||
| 8525 | <para> | 8527 | <para> |
