summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-17 15:33:06 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-17 15:33:06 +0000
commit04e5366933599a98683f9c5adff172835403c3b9 (patch)
tree80e8f5d44880fdab269ad0052ad714e5fe6b4b52
parentb2d64be5a79800b911090c6a2e18509b2556f986 (diff)
downloadbitbake-04e5366933599a98683f9c5adff172835403c3b9.tar.gz
intro done
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--doc/user-manual/user-manual-intro.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/user-manual/user-manual-intro.xml b/doc/user-manual/user-manual-intro.xml
index d146e3227..5bb0bdc81 100644
--- a/doc/user-manual/user-manual-intro.xml
+++ b/doc/user-manual/user-manual-intro.xml
@@ -69,7 +69,7 @@
embedded space, were scalable or maintainable.
</para>
- <para>
+ <para>
Some important original goals for BitBake were:
<itemizedlist>
<listitem><para>
@@ -121,8 +121,8 @@
common metadata between many packages.
</para></listitem>
</itemizedlist>
- Over time it has become apparent that some further
- requirements were necessary:
+ Over time it has become apparent that some further requirements
+ were necessary:
<itemizedlist>
<listitem><para>
Handle variants of a base recipe (native, sdk, multilib).
@@ -138,13 +138,13 @@
with prebuilt components.
</para></listitem>
</itemizedlist>
- BitBake satisfies all the original requirements and many
- more with extensions being made to the basic
- functionality to reflect additional requirements.
+ BitBake satisfies all the original requirements and many more
+ with extensions being made to the basic functionality to
+ reflect the additional requirements.
Flexibility and power have always been the priorities.
- It is highly extensible, supporting embedded Python code
- and execution of any arbitrary tasks.
- </para>
+ It is highly extensible, supporting embedded Python code and
+ execution of any arbitrary tasks.
+ </para>
</section>
<section id="Concepts">