dev-manual: Minor fixes.

(From yocto-docs rev: 71c9e378c86d03e5fb7f4e459e677ad8a9965f52)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert P. J. Day 2014-08-01 14:10:51 +03:00 committed by Richard Purdie
parent e7dae57a98
commit d283686dc3
1 changed files with 5 additions and 4 deletions

View File

@ -70,7 +70,7 @@
<title>Developing a Board Support Package (BSP)</title> <title>Developing a Board Support Package (BSP)</title>
<para> <para>
A BSP is a package of recipes that, when applied during a build, results in A BSP is a collection of recipes that, when applied during a build, results in
an image that you can run on a particular board. an image that you can run on a particular board.
Thus, the package when compiled into the new image, supports the operation of the board. Thus, the package when compiled into the new image, supports the operation of the board.
</para> </para>
@ -156,8 +156,9 @@
Yocto Project Board Support Package (BSP) Developer's Guide.</para> Yocto Project Board Support Package (BSP) Developer's Guide.</para>
<note>Five BSPs exist that are part of the <note>Five BSPs exist that are part of the
Yocto Project release: <filename>genericx86</filename>, <filename>genericx86-64</filename>, Yocto Project release: <filename>genericx86</filename>, <filename>genericx86-64</filename>,
<filename>beaglebone</filename>, <filename>beaglebone</filename> (ARM),
<filename>mpc8315e</filename>, and <filename>edgerouter</filename>. <filename>mpc8315e</filename> (PowerPC),
and <filename>edgerouter</filename> (MIPS).
The recipes and configurations for these five BSPs are located and dispersed The recipes and configurations for these five BSPs are located and dispersed
within the <link linkend='source-directory'>Source Directory</link>. within the <link linkend='source-directory'>Source Directory</link>.
On the other hand, BSP layers for Crown Bay, On the other hand, BSP layers for Crown Bay,
@ -310,7 +311,7 @@
kernel. kernel.
Thus, everything further to the right in the structure is based on the Thus, everything further to the right in the structure is based on the
<filename>linux-yocto-3.4</filename> kernel. <filename>linux-yocto-3.4</filename> kernel.
Branch points to right in the figure represent where the Branch points to the right in the figure represent where the
<filename>linux-yocto-3.4</filename> kernel is modified for specific hardware <filename>linux-yocto-3.4</filename> kernel is modified for specific hardware
or types of kernels, such as real-time kernels. or types of kernels, such as real-time kernels.
Each leaf thus represents the end-point for a kernel designed to run on a specific Each leaf thus represents the end-point for a kernel designed to run on a specific