diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml index af2400f53c..42ea19f3fc 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml @@ -35,17 +35,19 @@ BitBake executes tasks according to provided metadata that builds up the tasks. - Metadata is stored in recipe (.bb), - recipe "append" (.bbappend), - configuration (.conf), and class - (.bbclass) files and provides + Metadata is stored in recipe (.bb) + and related recipe "append" (.bbappend) + files, configuration (.conf) and + underlying include (.inc) files, and + in class (.bbclass) files. + The metadata provides BitBake with instructions on what tasks to run and the dependencies between those tasks. BitBake includes a fetcher library for obtaining source code from various places such as local files, source control - systems, websites, or local files. + systems, or websites. The instructions for each unit to be built (e.g. a piece @@ -56,8 +58,8 @@ BitBake includes a client/server abstraction and can - be used from a command line or used as a service over XMLRPC and - has several different user interfaces. + be used from a command line or used as a service over + XML-RPC and has several different user interfaces. @@ -80,8 +82,11 @@ Today, BitBake is the primary basis of the OpenEmbedded project, which is being used to build and maintain Linux - distributions such as the Angstrom Distribution and which is used - as the build tool for Linux projects such as the Yocto Project. + distributions such as the + Angstrom Distribution, + and which is also being used as the build tool for Linux projects + such as the + Yocto Project. @@ -152,7 +157,7 @@ Split metadata into layers and allow layers - to override each other. + to enhance or override other layers. Allow representation of a given set of input variables