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