summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
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 /documentation/dev-manual
parentd677a6839d3360a44ed64139929aaf34b70250dd (diff)
downloadpoky-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>
Diffstat (limited to 'documentation/dev-manual')
-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 @@
89 <link linkend='git'>Git</link> to clone a local copy 89 <link linkend='git'>Git</link> to clone a local copy
90 of the upstream <filename>poky</filename> repository, 90 of the upstream <filename>poky</filename> repository,
91 or by downloading and unpacking a tarball of an official 91 or by downloading and unpacking a tarball of an official
92 Yocto Project release.</para> 92 Yocto Project release.
93 The preferred method is to create a clone of the repository.
94 </para>
93 <para>Working from a copy of the upstream repository allows you 95 <para>Working from a copy of the upstream repository allows you
94 to contribute back into the Yocto Project or simply work with 96 to contribute back into the Yocto Project or simply work with
95 the latest software on a development branch. 97 the latest software on a development branch.
@@ -199,9 +201,9 @@
199 <para>The Yocto Project uses the following BSP layer naming 201 <para>The Yocto Project uses the following BSP layer naming
200 scheme: 202 scheme:
201 <literallayout class='monospaced'> 203 <literallayout class='monospaced'>
202 meta-&lt;BSP_name&gt; 204 meta-<replaceable>bsp_name</replaceable>
203 </literallayout> 205 </literallayout>
204 where <filename>&lt;BSP_name&gt;</filename> is the recognized 206 where <replaceable>bsp_name</replaceable> is the recognized
205 BSP name. 207 BSP name.
206 Here are some examples: 208 Here are some examples:
207 <literallayout class='monospaced'> 209 <literallayout class='monospaced'>
@@ -350,6 +352,9 @@
350 You can find details on all these steps in the 352 You can find details on all these steps in the
351 "<ulink url='&YOCTO_DOCS_QS_URL;#using-pre-built'>Using Pre-Built Binaries and QEMU</ulink>" 353 "<ulink url='&YOCTO_DOCS_QS_URL;#using-pre-built'>Using Pre-Built Binaries and QEMU</ulink>"
352 section of the Yocto Project Quick Start. 354 section of the Yocto Project Quick Start.
355 You can learn more about using QEMU with the Yocto Project in the
356 "<link linkend='dev-manual-qemu'>Using the Quick EMUlator (QEMU)</link>"
357 section.
353 </para> 358 </para>
354 359
355 <para> 360 <para>