aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-newbie.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-newbie.xml')
-rw-r--r--documentation/dev-manual/dev-manual-newbie.xml14
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 @@
Application Developer's Guide</ulink>.
</para></listitem>
<listitem><para><emphasis>Image:</emphasis>
- An image is the result produced when BitBake processes a given
- collection of recipes and related Metadata.
+ An image is an artifact of the BitBake build process given
+ a collection of recipes and related Metadata.
Images are the binary output that run on specific hardware or
QEMU and are used for specific use-cases.
For a list of the supported image types that the Yocto Project provides, see the
@@ -1401,7 +1401,7 @@
following command to bring up a short list of all commits
against a specific file:
<literallayout class='monospaced'>
- git shortlog -- &lt;filename&gt;
+ git shortlog -- <replaceable>filename</replaceable>
</literallayout>
Just provide the name of the file for which you are interested.
The information returned is not ordered by history but does
@@ -1521,12 +1521,12 @@
bug references - any commit that addresses a specific bug should
use the following form for the detailed description:
<literallayout class='monospaced'>
- Fixes [YOCTO #&lt;bug-id&gt;]
+ Fixes [YOCTO #<replaceable>bug-id</replaceable>]
- &lt;detailed description of change&gt;
+ <replaceable>detailed description of change</replaceable>
</literallayout></para></listitem>
- Where &lt;bug-id&gt; is replaced with the specific bug ID from
- the Yocto Project Bugzilla instance.
+ Where <replaceable>bug-id</replaceable> is replaced with the
+ specific bug ID from the Yocto Project Bugzilla instance.
</itemizedlist>
</para>