diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index a5f3652b13..e9342d0786 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -36,7 +36,7 @@
While the Yocto Project does not provide a strict testing framework,
it does provide or generate for you artifacts that let you perform target-level and
emulated testing and debugging.
- And, if you are an Eclipse
+ Additionally, if you are an Eclipse
IDE user, you can install an Eclipse Yocto Plug-in to allow you to
develop within that familiar environment.
@@ -77,7 +77,7 @@
Once you have the tarball, just extract it into a directory of your choice.
For example, the following command extracts the Yocto Project 1.1 release tarball
into the current working directory and sets up the Yocto Project file structure
- with a top-level directory named poky-1.1:
+ with a top-level directory named poky-edison-6.0:
$ tar xfj poky-edison-6.0.tar.bz2
@@ -195,7 +195,7 @@
meta-intel
Git repository inside the poky Git repository.
- $cd poky
+ $ cd poky
$ git clone git://git.yoctoproject.org/meta-intel.git
Initialized empty Git repository in /home/scottrif/poky/meta-intel/.git/
remote: Counting objects: 1325, done.
@@ -240,7 +240,7 @@
Optionally ensure the conf/local.conf configuration file is set
up how you want it.
This file defines the target machine architecture and other build options.
- Build the image using the BitBake command.
+ Build the image using the bitbake command.
If you want information on Bitbake, see the user manual at
.
Run the image either on the actual hardware or using the QEMU