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 @@ BBFILES. BBPATH is used to search for configuration and class files under - conf/ and class/ + conf/ and classes/ directories, respectively. BBFILES is used to find recipe files (.bb and .bbappend). @@ -120,7 +120,7 @@ variable that is a space delimited list of 'layer' directories. Recall that if BitBake cannot find a bblayers.conf file then it is assumed the user has set the BBPATH - and BBFILES directly in the environment. + and BBFILES variables directly in the environment. @@ -128,7 +128,7 @@ file is searched for and parsed with the LAYERDIR variable being set to the directory where the layer was found. - The idea is these files automatically setup + The idea is these files automatically set up BBPATH and other variables correctly for a given build directory. @@ -512,7 +512,7 @@ As each task completes, a timestamp is written to the directory specified by the STAMP variable. On subsequent runs, BitBake looks in the build directory within - tmp/stampsand does not rerun + tmp/stamps and does not rerun tasks that are already completed unless a timestamp is found to be invalid. Currently, invalid timestamps are only considered on a per recipe file basis. @@ -552,7 +552,7 @@ Executing Tasks - Tasks can either be a shell task or a Python task. + Tasks can be either a shell task or a Python task. For shell tasks, BitBake writes a shell script to ${T}/run.do_taskname.pid and then executes the script. @@ -772,9 +772,9 @@ to determine the stamps and delta where these two stamp trees diverge. - It is likely that future versions of BitBake with + It is likely that future versions of BitBake will provide other signature handlers triggered through - additional "-S" paramters. + additional "-S" parameters.