From 2a144f85a9f574f4eaf6186b8376b46816c8ba2e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 17 Mar 2011 16:46:38 -0600 Subject: documentation/poky-ref-manual/usingpoky.xml: More BitBake changes Forgot to search for "Bitbake" occurances. These are now changed to "BitBake." (From OE-Core rev: 982826b61bf68244fad46ef52b5a203e648e330b) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/usingpoky.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'documentation/poky-ref-manual/usingpoky.xml') diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml index 2d2e3f6eac..2782e2b856 100644 --- a/documentation/poky-ref-manual/usingpoky.xml +++ b/documentation/poky-ref-manual/usingpoky.xml @@ -19,7 +19,7 @@ - Bitbake handles the parsing and execution of the data files. + BitBake handles the parsing and execution of the data files. The data itself is of various types: Recipes: Provides details about particular pieces of software @@ -31,7 +31,7 @@ - Bitbake knows how to combine multiple data sources together and refers to each data source + BitBake knows how to combine multiple data sources together and refers to each data source as a 'layer'. @@ -43,10 +43,10 @@
- Bitbake + BitBake - Bitbake is the tool at the heart of Poky and is responsible + BitBake is the tool at the heart of Poky and is responsible for parsing the metadata, generating a list of tasks from it and then executing them. To see a list of the options BitBake supports look at 'bitbake --help'. @@ -63,13 +63,13 @@ $ bitbake matchbox-desktop Several different versions of matchbox-desktop might exist. - Bitbake chooses the one selected by the distribution configuration. + BitBake chooses the one selected by the distribution configuration. You can get more details about how BitBake chooses between different versions and providers in the 'Preferences and Providers' section. - Bitbake also tries to execute any dependent tasks first. + BitBake also tries to execute any dependent tasks first. So for example, before building matchbox-desktop BitBake would build a cross compiler and glibc if they had not already been built. @@ -241,7 +241,7 @@ This sequence first builds matchbox-desktop and then recompiles it. The last command reruns all tasks, basically the packaging tasks, after the compile. - Bitbake recognizes that the "compile" task was rerun and therefore understands that the other + BitBake recognizes that the "compile" task was rerun and therefore understands that the other tasks also need to be run again. @@ -270,7 +270,7 @@
- General Bitbake Problems + General BitBake Problems You can see debug output from BitBake by using the "-D" option. -- cgit v1.2.3-54-g00ecf