documentation: dev-manual - minor edits.

(From yocto-docs rev: 3a0411bb791a54d463996134ebbd1eace56163ab)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2012-10-01 08:06:41 -07:00 committed by Richard Purdie
parent 1040961076
commit eb9682f98c
1 changed files with 4 additions and 4 deletions

View File

@ -54,7 +54,7 @@
a specific hardware target.
Usually, when you want to create an image that runs on embedded hardware, the image does
not require the same number of features that a full-fledged Linux distribution provides.
Thus, you can create a much smaller image that is designed to use only the hardware
Thus, you can create a much smaller image that is designed to use only the
features for your particular hardware.
</para>
@ -68,9 +68,9 @@
<title>Developing a Board Support Package (BSP)</title>
<para>
A BSP is a packageof recipes that, when applied, during a build results in
A BSP is a package of recipes that, when applied during a build, results in
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>
<note>
@ -133,7 +133,7 @@
Embedded Media Graphics Driver (EMGD).
The remainder of this example uses that base BSP.</para>
<para>To see the supported BSPs, go to the
<ulink url='&YOCTO_HOME_URL;/download'>Download</ulink> page on the Yocto Project
<ulink url='&YOCTO_HOME_URL;/download'>Downloads</ulink> page on the Yocto Project
website and click on “BSP Downloads.”</para></listitem>
<listitem><para><emphasis>Create your own BSP layer</emphasis>: Layers are ideal for
isolating and storing work for a given piece of hardware.