diff options
| -rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml | 14 |
1 files changed, 7 insertions, 7 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 641c6e0af0..127c87a29e 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.xml | |||
| @@ -72,7 +72,7 @@ | |||
| 72 | <link linkend='var-BBFILES'><filename>BBFILES</filename></link>. | 72 | <link linkend='var-BBFILES'><filename>BBFILES</filename></link>. |
| 73 | <filename>BBPATH</filename> is used to search for | 73 | <filename>BBPATH</filename> is used to search for |
| 74 | configuration and class files under | 74 | configuration and class files under |
| 75 | <filename>conf/</filename> and <filename>class/</filename> | 75 | <filename>conf/</filename> and <filename>classes/</filename> |
| 76 | directories, respectively. | 76 | directories, respectively. |
| 77 | <filename>BBFILES</filename> is used to find recipe files | 77 | <filename>BBFILES</filename> is used to find recipe files |
| 78 | (<filename>.bb</filename> and <filename>.bbappend</filename>). | 78 | (<filename>.bb</filename> and <filename>.bbappend</filename>). |
| @@ -120,7 +120,7 @@ | |||
| 120 | variable that is a space delimited list of 'layer' directories. | 120 | variable that is a space delimited list of 'layer' directories. |
| 121 | Recall that if BitBake cannot find a <filename>bblayers.conf</filename> | 121 | Recall that if BitBake cannot find a <filename>bblayers.conf</filename> |
| 122 | file then it is assumed the user has set the <filename>BBPATH</filename> | 122 | file then it is assumed the user has set the <filename>BBPATH</filename> |
| 123 | and <filename>BBFILES</filename> directly in the environment. | 123 | and <filename>BBFILES</filename> variables directly in the environment. |
| 124 | </para> | 124 | </para> |
| 125 | 125 | ||
| 126 | <para> | 126 | <para> |
| @@ -128,7 +128,7 @@ | |||
| 128 | file is searched for and parsed with the | 128 | file is searched for and parsed with the |
| 129 | <link linkend='var-LAYERDIR'><filename>LAYERDIR</filename></link> | 129 | <link linkend='var-LAYERDIR'><filename>LAYERDIR</filename></link> |
| 130 | variable being set to the directory where the layer was found. | 130 | variable being set to the directory where the layer was found. |
| 131 | The idea is these files automatically setup | 131 | The idea is these files automatically set up |
| 132 | <link linkend='var-BBPATH'><filename>BBPATH</filename></link> | 132 | <link linkend='var-BBPATH'><filename>BBPATH</filename></link> |
| 133 | and other variables correctly for a given build directory. | 133 | and other variables correctly for a given build directory. |
| 134 | </para> | 134 | </para> |
| @@ -512,7 +512,7 @@ | |||
| 512 | As each task completes, a timestamp is written to the directory specified by the | 512 | As each task completes, a timestamp is written to the directory specified by the |
| 513 | <link linkend='var-STAMP'><filename>STAMP</filename></link> variable. | 513 | <link linkend='var-STAMP'><filename>STAMP</filename></link> variable. |
| 514 | On subsequent runs, BitBake looks in the build directory within | 514 | On subsequent runs, BitBake looks in the build directory within |
| 515 | <filename>tmp/stamps</filename>and does not rerun | 515 | <filename>tmp/stamps</filename> and does not rerun |
| 516 | tasks that are already completed unless a timestamp is found to be invalid. | 516 | tasks that are already completed unless a timestamp is found to be invalid. |
| 517 | Currently, invalid timestamps are only considered on a per | 517 | Currently, invalid timestamps are only considered on a per |
| 518 | recipe file basis. | 518 | recipe file basis. |
| @@ -552,7 +552,7 @@ | |||
| 552 | <title>Executing Tasks</title> | 552 | <title>Executing Tasks</title> |
| 553 | 553 | ||
| 554 | <para> | 554 | <para> |
| 555 | Tasks can either be a shell task or a Python task. | 555 | Tasks can be either a shell task or a Python task. |
| 556 | For shell tasks, BitBake writes a shell script to | 556 | For shell tasks, BitBake writes a shell script to |
| 557 | <filename>${</filename><link linkend='var-T'><filename>T</filename></link><filename>}/run.do_taskname.pid</filename> | 557 | <filename>${</filename><link linkend='var-T'><filename>T</filename></link><filename>}/run.do_taskname.pid</filename> |
| 558 | and then executes the script. | 558 | and then executes the script. |
| @@ -772,9 +772,9 @@ | |||
| 772 | to determine the stamps and delta where these two | 772 | to determine the stamps and delta where these two |
| 773 | stamp trees diverge. | 773 | stamp trees diverge. |
| 774 | <note> | 774 | <note> |
| 775 | It is likely that future versions of BitBake with | 775 | It is likely that future versions of BitBake will |
| 776 | provide other signature handlers triggered through | 776 | provide other signature handlers triggered through |
| 777 | additional "-S" paramters. | 777 | additional "-S" parameters. |
| 778 | </note> | 778 | </note> |
| 779 | </para> | 779 | </para> |
| 780 | 780 | ||
