diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml
index 6ab93f79cf..b79f65e878 100644
--- a/documentation/dev-manual/dev-manual-start.xml
+++ b/documentation/dev-manual/dev-manual-start.xml
@@ -89,7 +89,9 @@
Git to clone a local copy
of the upstream poky repository,
or by downloading and unpacking a tarball of an official
- Yocto Project release.
+ Yocto Project release.
+ The preferred method is to create a clone of the repository.
+
Working from a copy of the upstream repository allows you
to contribute back into the Yocto Project or simply work with
the latest software on a development branch.
@@ -199,9 +201,9 @@
The Yocto Project uses the following BSP layer naming
scheme:
- meta-<BSP_name>
+ meta-bsp_name
- where <BSP_name> is the recognized
+ where bsp_name is the recognized
BSP name.
Here are some examples:
@@ -350,6 +352,9 @@
You can find details on all these steps in the
"Using Pre-Built Binaries and QEMU"
section of the Yocto Project Quick Start.
+ You can learn more about using QEMU with the Yocto Project in the
+ "Using the Quick EMUlator (QEMU)"
+ section.