mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
documentation/dev-manual: Fixed PDF Note line breaks
Several notes were not producing a line-break betweent he end of the note and the start of the next paragraph. Most work, but for some reason these did not. It is a mystery to me. (From yocto-docs rev: 2c87e0cb781b6d94297dc558504f869bd54a6ad0) 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
ddb9351bf0
commit
ca38e7ad79
@@ -225,6 +225,8 @@
|
|||||||
of cores your machine supports and set <filename>PARALLEL_MAKE</filename> to one and
|
of cores your machine supports and set <filename>PARALLEL_MAKE</filename> to one and
|
||||||
a half times the number of cores your machine supports.
|
a half times the number of cores your machine supports.
|
||||||
</note>
|
</note>
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
The following two commands build the default <filename>qemux86</filename> image and
|
The following two commands build the default <filename>qemux86</filename> image and
|
||||||
<filename>source</filename> build environment setup script.
|
<filename>source</filename> build environment setup script.
|
||||||
If necessary, the script creates the build directory:
|
If necessary, the script creates the build directory:
|
||||||
@@ -551,7 +553,7 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id='examining-the-default-config-smp-behavior'>
|
<section id='examining-the-default-config-smp-behavior'>
|
||||||
<title>Examining the Default <filename>CONFIG_SMP</filename> Behavior</title>
|
<title>Examining the Default <filename>CONFIG_SMP</filename> Behavior</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
By default, <filename>CONFIG_SMP</filename> supports single processor machines.
|
By default, <filename>CONFIG_SMP</filename> supports single processor machines.
|
||||||
@@ -578,7 +580,7 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id='changing-the-config-smp-configuration-using-menuconfig'>
|
<section id='changing-the-config-smp-configuration-using-menuconfig'>
|
||||||
<title>Changing the <filename>CONFIG_SMP</filename> Configuration Using <filename>menuconfig</filename></title>
|
<title>Changing the <filename>CONFIG_SMP</filename> Configuration Using <filename>menuconfig</filename></title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
The <filename>menuconfig</filename> tool provides an interactive method with which
|
The <filename>menuconfig</filename> tool provides an interactive method with which
|
||||||
|
|||||||
@@ -122,8 +122,8 @@
|
|||||||
<note>When you have a local Linux Yocto kernel Git repository, you can
|
<note>When you have a local Linux Yocto kernel Git repository, you can
|
||||||
reference that repository rather than the upstream Git repository as
|
reference that repository rather than the upstream Git repository as
|
||||||
part of the <filename>clone</filename> command.
|
part of the <filename>clone</filename> command.
|
||||||
Doing so can speed up the process.</note>
|
Doing so can speed up the process.</note></para>
|
||||||
In the following example, the bare clone is named
|
<para>In the following example, the bare clone is named
|
||||||
<filename>linux-yocto-3.0.git</filename>, while the
|
<filename>linux-yocto-3.0.git</filename>, while the
|
||||||
copy is named <filename>linux-yocto-3.0</filename>:
|
copy is named <filename>linux-yocto-3.0</filename>:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
|
|||||||
Reference in New Issue
Block a user