summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Traynor <wmat@alphatroop.com>2013-02-04 14:55:40 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-13 22:00:25 +0000
commitc6f3df8c779943e853623fc75172f43e7b53c006 (patch)
tree2fb06b28ddfcdde8453bc453fd33dbe7887353f2
parentf608b6f34a9c57cd196e45baab4f2831304cb955 (diff)
downloadbitbake-c6f3df8c779943e853623fc75172f43e7b53c006.tar.gz
er-manual-hello.xml: Fixing up section breaks.
Setting up the section breaks. Signed-off-by: Bill Traynor <wmat@alphatroop.com>
-rw-r--r--doc/user-manual/user-manual-hello.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/user-manual/user-manual-hello.xml b/doc/user-manual/user-manual-hello.xml
index 7a5d70dd7..73bf4d697 100644
--- a/doc/user-manual/user-manual-hello.xml
+++ b/doc/user-manual/user-manual-hello.xml
@@ -2,6 +2,7 @@
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<chapter id='hello'>
+ <section>
<title>BitBake Hello World</title>
<para>The simplest example commonly used to demonstrate any new
@@ -11,7 +12,8 @@
the context of BitBake. This tutorial describes how to create
a new Project and the applicable metadata files necessary to
allow BitBake to build it.
- </para>
+</para></section>
+<section>
<title>Obtaining BitBake</title>
<para>
There first thing we need to do is download the BitBake
@@ -46,7 +48,8 @@
a directory matching the latter directory tree. Please
note that you'll see your username whever "wmat"
appears above.
- </para>
+ </para></section>
+ <section>
<title>Setting Up BitBake</title>
<para>
Now let's setup our BitBake environment. In this
@@ -81,6 +84,8 @@
yourusername/.vim</emphasis> directory. If it
doesn't exist, create it, and restart Vim.
</para>
+ </section>
+ <section>
<title>The Hello World Example</title>
<para>
The following example leaps directly into how BitBake
@@ -88,6 +93,6 @@
happening, however, further information can be found
in the Metadata chapter.
</para>
-
+ </section>
</chapter>