diff options
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml')
| -rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml index 571424b99f..17a74591ac 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml | |||
| @@ -21,7 +21,7 @@ | |||
| 21 | The execution process is launched using the following command | 21 | The execution process is launched using the following command |
| 22 | form: | 22 | form: |
| 23 | <literallayout class='monospaced'> | 23 | <literallayout class='monospaced'> |
| 24 | $ bitbake <target> | 24 | $ bitbake <replaceable>target</replaceable> |
| 25 | </literallayout> | 25 | </literallayout> |
| 26 | For information on the BitBake command and its options, | 26 | For information on the BitBake command and its options, |
| 27 | see | 27 | see |
| @@ -37,14 +37,16 @@ | |||
| 37 | </para> | 37 | </para> |
| 38 | 38 | ||
| 39 | <para> | 39 | <para> |
| 40 | A common way to determine this value for your build host is to run: | 40 | A common method to determine this value for your build host is to run |
| 41 | the following: | ||
| 41 | <literallayout class='monospaced'> | 42 | <literallayout class='monospaced'> |
| 42 | $ grep processor /proc/cpuinfo | 43 | $ grep processor /proc/cpuinfo |
| 43 | </literallayout> | 44 | </literallayout> |
| 44 | and count the number of processors displayed. Note that the number of | 45 | This command returns the number of processors, which takes into |
| 45 | processors will take into account hyper-threading, so that a quad-core | 46 | account hyper-threading. |
| 46 | build host with hyper-threading will most likely show eight processors, | 47 | Thus, a quad-core build host with hyper-threading most likely |
| 47 | which is the value you would then assign to that variable. | 48 | shows eight processors, which is the value you would then assign to |
| 49 | <filename>BB_NUMBER_THREADS</filename>. | ||
| 48 | </para> | 50 | </para> |
| 49 | 51 | ||
| 50 | <para> | 52 | <para> |
| @@ -782,13 +784,13 @@ | |||
| 782 | make some dependency and hash information available to the build. | 784 | make some dependency and hash information available to the build. |
| 783 | This information includes: | 785 | This information includes: |
| 784 | <itemizedlist> | 786 | <itemizedlist> |
| 785 | <listitem><para><filename>BB_BASEHASH_task-<taskname></filename>: | 787 | <listitem><para><filename>BB_BASEHASH_task-</filename><replaceable>taskname</replaceable>: |
| 786 | The base hashes for each task in the recipe. | 788 | The base hashes for each task in the recipe. |
| 787 | </para></listitem> | 789 | </para></listitem> |
| 788 | <listitem><para><filename>BB_BASEHASH_<filename:taskname></filename>: | 790 | <listitem><para><filename>BB_BASEHASH_</filename><replaceable>filename</replaceable><filename>:</filename><replaceable>taskname</replaceable>: |
| 789 | The base hashes for each dependent task. | 791 | The base hashes for each dependent task. |
| 790 | </para></listitem> | 792 | </para></listitem> |
| 791 | <listitem><para><filename>BBHASHDEPS_<filename:taskname></filename>: | 793 | <listitem><para><filename>BBHASHDEPS_</filename><replaceable>filename</replaceable><filename>:</filename><replaceable>taskname</replaceable>: |
| 792 | The task dependencies for each task. | 794 | The task dependencies for each task. |
| 793 | </para></listitem> | 795 | </para></listitem> |
| 794 | <listitem><para><filename>BB_TASKHASH</filename>: | 796 | <listitem><para><filename>BB_TASKHASH</filename>: |
