yocto-project-qs: Created two sub-sections for the "Build" section.

Fixes [YOCTO #10462]

The section that shows how to build images had two examples all
within the same section.  It was suggested to place these examples
in their own sub-sections.  Good suggestion.  I broke them out into
sub-sections titled appropriately.

(From yocto-docs rev: 280f304b9823553754c86a5fa6d0c4065d729e7b)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2016-10-21 12:54:25 -07:00 committed by Richard Purdie
parent 13f3779648
commit d89a35f0a0
1 changed files with 323 additions and 313 deletions

View File

@ -390,8 +390,8 @@
</para>
<para>
You can try out the Yocto Project using the command-line interface
by finishing this quick start, which presents steps that let you
To use the Yocto Project through the command-line interface,
finish this quick start, which presents steps that let you
do the following:
<itemizedlist>
<listitem><para>
@ -400,19 +400,24 @@
</para></listitem>
<listitem><para>
Easily change configurations so that you can quickly
create a second image, which would be for MinnowBoard
create a second image that you can load onto bootable
media and actually boot target hardware.
This example uses the MinnowBoard
MAX-compatible boards.
</para></listitem>
</itemizedlist>
<note>
The steps in this section do not provide detail, but rather
provide minimal, working commands and examples designed to
just get you started.
The steps in the following two sections do not provide detail,
but rather provide minimal, working commands and examples
designed to just get you started.
For more details, see the appropriate manuals in the
<ulink url='&YOCTO_HOME_URL;/documentation'>Yocto Project manual set</ulink>.
</note>
</para>
<section id='building-an-image-for-emulation'>
<title>Building an Image for Emulation</title>
<para>
Use the following commands to build your image.
The OpenEmbedded build system creates an entire Linux
@ -596,6 +601,10 @@
</para></listitem>
</orderedlist>
</para>
</section>
<section id='building-an-image-for-hardware'>
<title>Building an Image for Hardware</title>
<para id='qs-minnowboard-example'>
The following steps show how easy it is to set up to build an
@ -760,6 +769,7 @@
</orderedlist>
</para>
</section>
</section>
<section id='qs-next-steps'>
<title>Next Steps</title>