|
@@ -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-<BSP_name>
|
|
|
+ meta-<replaceable>bsp_name</replaceable>
|
|
|
</literallayout>
|
|
|
- where <filename><BSP_name></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>
|