From c469ceb86c1f76e9fa867ffb8a5c9b120ed7942b Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Thu, 26 Jun 2014 15:19:11 +0300 Subject: bitbake-user-manual-execution.xml: Typo and grammar fixes. Signed-off-by: Scott Rifenbark --- doc/bitbake-user-manual/bitbake-user-manual-execution.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/bitbake-user-manual/bitbake-user-manual-execution.xml b/doc/bitbake-user-manual/bitbake-user-manual-execution.xml index 641c6e0af..127c87a29 100644 --- a/doc/bitbake-user-manual/bitbake-user-manual-execution.xml +++ b/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. -- cgit 1.2.3-korg