diff options
| -rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 11 |
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-<BSP_name> | 204 | meta-<replaceable>bsp_name</replaceable> |
| 203 | </literallayout> | 205 | </literallayout> |
| 204 | where <filename><BSP_name></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> |
