mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
4cc5cb151b
commit
1ab0c8fb8c
@@ -661,8 +661,8 @@
|
|||||||
Application Developer's Guide</ulink>.
|
Application Developer's Guide</ulink>.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para><emphasis>Image:</emphasis>
|
<listitem><para><emphasis>Image:</emphasis>
|
||||||
An image is the result produced when BitBake processes a given
|
An image is an artifact of the BitBake build process given
|
||||||
collection of recipes and related Metadata.
|
a collection of recipes and related Metadata.
|
||||||
Images are the binary output that run on specific hardware or
|
Images are the binary output that run on specific hardware or
|
||||||
QEMU and are used for specific use-cases.
|
QEMU and are used for specific use-cases.
|
||||||
For a list of the supported image types that the Yocto Project provides, see the
|
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
|
following command to bring up a short list of all commits
|
||||||
against a specific file:
|
against a specific file:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
git shortlog -- <filename>
|
git shortlog -- <replaceable>filename</replaceable>
|
||||||
</literallayout>
|
</literallayout>
|
||||||
Just provide the name of the file for which you are interested.
|
Just provide the name of the file for which you are interested.
|
||||||
The information returned is not ordered by history but does
|
The information returned is not ordered by history but does
|
||||||
@@ -1521,12 +1521,12 @@
|
|||||||
bug references - any commit that addresses a specific bug should
|
bug references - any commit that addresses a specific bug should
|
||||||
use the following form for the detailed description:
|
use the following form for the detailed description:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
Fixes [YOCTO #<bug-id>]
|
Fixes [YOCTO #<replaceable>bug-id</replaceable>]
|
||||||
|
|
||||||
<detailed description of change>
|
<replaceable>detailed description of change</replaceable>
|
||||||
</literallayout></para></listitem>
|
</literallayout></para></listitem>
|
||||||
Where <bug-id> is replaced with the specific bug ID from
|
Where <replaceable>bug-id</replaceable> is replaced with the
|
||||||
the Yocto Project Bugzilla instance.
|
specific bug ID from the Yocto Project Bugzilla instance.
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user