From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from astoria.ccjclearline.com (astoria.ccjclearline.com [64.235.106.9]) by mail.openembedded.org (Postfix) with ESMTP id 3825B6FE20 for ; Wed, 18 Jun 2014 16:06:59 +0000 (UTC) Received: from [69.196.158.250] (port=40024 helo=crashcourse.ca) by astoria.ccjclearline.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1WxIO4-0003C9-BP for bitbake-devel@lists.openembedded.org; Wed, 18 Jun 2014 12:07:00 -0400 Date: Wed, 18 Jun 2014 12:03:18 -0400 (EDT) From: "Robert P. J. Day" X-X-Sender: rpjday@localhost To: BitBake developer list Message-ID: User-Agent: Alpine 2.11 (LFD 23 2013-08-11) MIME-Version: 1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - astoria.ccjclearline.com X-AntiAbuse: Original Domain - lists.openembedded.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - crashcourse.ca X-Source: X-Source-Args: X-Source-Dir: Subject: [PATCH] bitbake-user-manual-execution.xml: Typo, grammar fixes. X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussion that advance bitbake development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2014 16:07:01 -0000 Content-Type: TEXT/PLAIN; charset=US-ASCII Signed-off-by: Robert P. J. Day --- diff --git a/doc/bitbake-user-manual/bitbake-user-manual-execution.xml b/doc/bitbake-user-manual/bitbake-user-manual-execution.xml index 8514f23..2b58276 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. @@ -495,7 +495,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. @@ -535,7 +535,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. @@ -755,9 +755,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. -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ========================================================================