diff options
author | Bill Traynor <wmat@alphatroop.com> | 2013-06-19 14:30:40 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-13 22:00:29 +0000 |
commit | a21eaa3d7adfd22c2afbdd275bbdfead0553f3ea (patch) | |
tree | 487ddc1ce542a5edd74435f14dc440785732806f | |
parent | 4bf168a503f8220926e3bf5c79bebaa061da1fd3 (diff) | |
download | bitbake-a21eaa3d7adfd22c2afbdd275bbdfead0553f3ea.tar.gz |
user-manual-hello.xml: Fixed up some bad formatting.
Fixed some bad line breaks and whitespace.
Signed-off-by: Bill Traynor <wmat@alphatroop.com>
-rw-r--r-- | doc/user-manual/user-manual-hello.xml | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/doc/user-manual/user-manual-hello.xml b/doc/user-manual/user-manual-hello.xml index cc2a0f16..41054872 100644 --- a/doc/user-manual/user-manual-hello.xml +++ b/doc/user-manual/user-manual-hello.xml @@ -19,10 +19,10 @@ <section> <title>Obtaining BitBake</title> - <para>Please refer to Chapter 1 Section 1.7 for the various methods to obtain - BitBake. - Once the source code is on your machine the BitBake directory will appear as - follows: + <para>Please refer to Chapter 1 Section 1.7 for the various methods to + obtain BitBake. + Once the source code is on your machine the BitBake directory will + appear as follows: <screen> $ ls -al total 100 @@ -50,27 +50,25 @@ a directory and it should match the directory tree above. Please note that you'll see your username wherever "wmat" appears above. - </para> + </para> </section> <section> - <title>Setting Up BitBake</title> - <para>Now let's setup our BitBake environment. - The recommended method is to run BitBake from a - directory of your choice. - The directory can be within your home directory or in - /usr/local, depending on your preference. - Let's run BitBake now to make sure it's working. - From the BitBake source code directory issue - the following command: + <title>Setting Up the BitBake Environment</title> + <para>The recommended method to run BitBake is from a directory of your + choice. + The directory can be within your home directory or in /usr/local, + depending on your preference. + Let's run BitBake now to make sure it's working. + From the BitBake source code directory issue the following command: <screen>$ ./bin/bitbake --version BitBake Build Tool Core version 1.19.0, bitbake version 1.19.0 </screen> You're now ready to use BitBake. - </para> + </para> - <para>Note that if you're a Vim user, you will find useful + <para>Note that if you're a Vim user, you will find useful Vim configuration contributions in the <emphasis>contrib/vim</emphasis> directory. |