aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-12-22 11:32:17 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-12-22 11:32:17 +0000
commit81cc6505aaacafd950598796d8b2b81efb7d44a7 (patch)
treeaaf7b539a39454e844f47fab5d10b9b59874b874
parentb03e3f1c9966ad4b338e57f70951e6a187e1c17e (diff)
downloadopenembedded-81cc6505aaacafd950598796d8b2b81efb7d44a7.tar.gz
usermanual.xml: Add at least triviality to "Building software" section.
-rw-r--r--usermanual/usermanual.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/usermanual/usermanual.xml b/usermanual/usermanual.xml
index 6b6c54c471..2a32ad9e31 100644
--- a/usermanual/usermanual.xml
+++ b/usermanual/usermanual.xml
@@ -213,6 +213,12 @@ monotone --db=OE.db co -b org.openembedded.dev
<section>
<title>Building Software</title>
+ <para>Once you set up and configured BitBake and OpenEmbedded, you can build software and images like this:
+<screen>
+bitbake &lt;recipe_name&gt;
+</screen>
+ </para>
+
<para>This section is a stub, help us by expanding it</para>
</section>
</chapter>