aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-08-08 15:58:16 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-12 13:50:31 +0100
commit32b508e7ce7f33ee8a62d609b0a73debc4a53f19 (patch)
tree9cbb923ca89d464d3fd733044b81ff3c41c04b40
parentd677a6839d3360a44ed64139929aaf34b70250dd (diff)
downloadopenembedded-core-contrib-32b508e7ce7f33ee8a62d609b0a73debc4a53f19.tar.gz
dev-manual: Misc edits to Chapter 2.
Added some links and fixed up some replaceable items. (From yocto-docs rev: 5c9ce934f13c68c2efbd952f399a8b88e87eb761) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/dev-manual/dev-manual-start.xml11
1 files changed, 8 insertions, 3 deletions
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 @@
<link linkend='git'>Git</link> to clone a local copy
of the upstream <filename>poky</filename> repository,
or by downloading and unpacking a tarball of an official
- Yocto Project release.</para>
+ Yocto Project release.
+ The preferred method is to create a clone of the repository.
+ </para>
<para>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 @@
<para>The Yocto Project uses the following BSP layer naming
scheme:
<literallayout class='monospaced'>
- meta-&lt;BSP_name&gt;
+ meta-<replaceable>bsp_name</replaceable>
</literallayout>
- where <filename>&lt;BSP_name&gt;</filename> is the recognized
+ where <replaceable>bsp_name</replaceable> is the recognized
BSP name.
Here are some examples:
<literallayout class='monospaced'>
@@ -350,6 +352,9 @@
You can find details on all these steps in the
"<ulink url='&YOCTO_DOCS_QS_URL;#using-pre-built'>Using Pre-Built Binaries and QEMU</ulink>"
section of the Yocto Project Quick Start.
+ You can learn more about using QEMU with the Yocto Project in the
+ "<link linkend='dev-manual-qemu'>Using the Quick EMUlator (QEMU)</link>"
+ section.
</para>
<para>