summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Traynor <wmat@alphatroop.com>2013-06-05 01:03:16 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-13 22:00:29 +0000
commit73e0cdf22ef18b6b18ea5c60c788c2f91ad081ec (patch)
tree8c49304c9449598e8481aa72813fb7c257b08f18
parentd2f65dcb7f23aca63f1a9f5c33cbaf2b1354babb (diff)
downloadbitbake-73e0cdf22ef18b6b18ea5c60c788c2f91ad081ec.tar.gz
Not sure.
what happened Signed-off-by: Bill Traynor <wmat@alphatroop.com>
-rw-r--r--doc/user-manual/user-manual-hello.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user-manual/user-manual-hello.xml b/doc/user-manual/user-manual-hello.xml
index de1fccb98..cc2a0f162 100644
--- a/doc/user-manual/user-manual-hello.xml
+++ b/doc/user-manual/user-manual-hello.xml
@@ -56,12 +56,12 @@
<section>
<title>Setting Up BitBake</title>
<para>Now let's setup our BitBake environment.
- The recommended method to use BitBake is to run it from a
+ 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.
- Make sure you're in the BitBake source code directory and issue
+ From the BitBake source code directory issue
the following command:
<screen>$ ./bin/bitbake --version
BitBake Build Tool Core version 1.19.0, bitbake version
@@ -105,7 +105,7 @@
<ulink href="http://www.mail-archive.com/yocto@yoctoproject.org/msg09379.html">Mailing List post - The BitBake equivalent of "Hello, World!"</ulink>
</listitem>
<listitem>
- <ulink href="http://hambedded.org/blog/2012/11/24/from-bitbake-hello-world-to-an-image/">Hembedded Linux blog post - From Bitbake Hello World to an Image</ulink>
+ <ulink href="http://hambedded.org/blog/2012/11/24/from-bitbake-hello-world-to-an-image/">Hambedded Linux blog post - From Bitbake Hello World to an Image</ulink>
</listitem>
</itemizedlist>
</para>