diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-08-08 16:21:18 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-12 13:50:32 +0100 |
| commit | 1ab0c8fb8c39ae2e15962c38cbbfc15849e048d6 (patch) | |
| tree | 0d170390aaee2848f6df66fe856ec573f94a0803 | |
| parent | 4cc5cb151b086f1d83b7ce1f53911d440e8d23db (diff) | |
| download | poky-1ab0c8fb8c39ae2e15962c38cbbfc15849e048d6.tar.gz | |
dev-manual: Various small edits to Chapter 3.
Replaced angled bracket items for user-supplied variables
with the <replaceable></replaceable> tags.
(From yocto-docs rev: 393af6c0cfbfc0f3921bc1eb1fdbd3dd734f51ae)
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-newbie.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index f5f23f4d7c..2385187f4d 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
| @@ -661,8 +661,8 @@ | |||
| 661 | Application Developer's Guide</ulink>. | 661 | Application Developer's Guide</ulink>. |
| 662 | </para></listitem> | 662 | </para></listitem> |
| 663 | <listitem><para><emphasis>Image:</emphasis> | 663 | <listitem><para><emphasis>Image:</emphasis> |
| 664 | An image is the result produced when BitBake processes a given | 664 | An image is an artifact of the BitBake build process given |
| 665 | collection of recipes and related Metadata. | 665 | a collection of recipes and related Metadata. |
| 666 | Images are the binary output that run on specific hardware or | 666 | Images are the binary output that run on specific hardware or |
| 667 | QEMU and are used for specific use-cases. | 667 | QEMU and are used for specific use-cases. |
| 668 | For a list of the supported image types that the Yocto Project provides, see the | 668 | For a list of the supported image types that the Yocto Project provides, see the |
| @@ -1401,7 +1401,7 @@ | |||
| 1401 | following command to bring up a short list of all commits | 1401 | following command to bring up a short list of all commits |
| 1402 | against a specific file: | 1402 | against a specific file: |
| 1403 | <literallayout class='monospaced'> | 1403 | <literallayout class='monospaced'> |
| 1404 | git shortlog -- <filename> | 1404 | git shortlog -- <replaceable>filename</replaceable> |
| 1405 | </literallayout> | 1405 | </literallayout> |
| 1406 | Just provide the name of the file for which you are interested. | 1406 | Just provide the name of the file for which you are interested. |
| 1407 | The information returned is not ordered by history but does | 1407 | The information returned is not ordered by history but does |
| @@ -1521,12 +1521,12 @@ | |||
| 1521 | bug references - any commit that addresses a specific bug should | 1521 | bug references - any commit that addresses a specific bug should |
| 1522 | use the following form for the detailed description: | 1522 | use the following form for the detailed description: |
| 1523 | <literallayout class='monospaced'> | 1523 | <literallayout class='monospaced'> |
| 1524 | Fixes [YOCTO #<bug-id>] | 1524 | Fixes [YOCTO #<replaceable>bug-id</replaceable>] |
| 1525 | 1525 | ||
| 1526 | <detailed description of change> | 1526 | <replaceable>detailed description of change</replaceable> |
| 1527 | </literallayout></para></listitem> | 1527 | </literallayout></para></listitem> |
| 1528 | Where <bug-id> is replaced with the specific bug ID from | 1528 | Where <replaceable>bug-id</replaceable> is replaced with the |
| 1529 | the Yocto Project Bugzilla instance. | 1529 | specific bug ID from the Yocto Project Bugzilla instance. |
| 1530 | </itemizedlist> | 1530 | </itemizedlist> |
| 1531 | </para> | 1531 | </para> |
| 1532 | 1532 | ||
