aboutsummaryrefslogtreecommitdiffstats
path: root/usermanual
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-12-22 16:49:51 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-12-22 16:49:51 +0000
commit70b6f728e95f40673bba765bc8621df611940360 (patch)
tree64d75eb12e288411ef945e7751f0fe8861c3bc6e /usermanual
parent67f7e3b06be1ec98e4bdd8e7848a182b05c880de (diff)
downloadopenembedded-70b6f728e95f40673bba765bc8621df611940360.tar.gz
Re-merge trivial info on building stuff.
Diffstat (limited to 'usermanual')
-rw-r--r--usermanual/chapters/getting_oe.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/usermanual/chapters/getting_oe.xml b/usermanual/chapters/getting_oe.xml
index a63c20da01..9238e4f29d 100644
--- a/usermanual/chapters/getting_oe.xml
+++ b/usermanual/chapters/getting_oe.xml
@@ -58,6 +58,13 @@ mtn --db=OE.mtn co -b org.openembedded.dev
<section id="gettingoe_building_software">
<title>Building Software</title>
+ <para>Once BitBake and OpenEmbedded are set up and configured, one 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> \ No newline at end of file