summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-model.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-10-01 08:06:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-02 17:41:30 +0100
commiteb9682f98c342086da331ae0fe1e6b8f72525c24 (patch)
tree489af91ec85840694e91f969c458efd8adb2ed48 /documentation/dev-manual/dev-manual-model.xml
parent1040961076ab440a669cb8cdf966ac28771cdd48 (diff)
downloadpoky-eb9682f98c342086da331ae0fe1e6b8f72525c24.tar.gz
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>
Diffstat (limited to 'documentation/dev-manual/dev-manual-model.xml')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index c915df4ae6..e7d2db7326 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -54,7 +54,7 @@
54 a specific hardware target. 54 a specific hardware target.
55 Usually, when you want to create an image that runs on embedded hardware, the image does 55 Usually, when you want to create an image that runs on embedded hardware, the image does
56 not require the same number of features that a full-fledged Linux distribution provides. 56 not require the same number of features that a full-fledged Linux distribution provides.
57 Thus, you can create a much smaller image that is designed to use only the hardware 57 Thus, you can create a much smaller image that is designed to use only the
58 features for your particular hardware. 58 features for your particular hardware.
59 </para> 59 </para>
60 60
@@ -68,9 +68,9 @@
68 <title>Developing a Board Support Package (BSP)</title> 68 <title>Developing a Board Support Package (BSP)</title>
69 69
70 <para> 70 <para>
71 A BSP is a packageof recipes that, when applied, during a build results in 71 A BSP is a package of recipes that, when applied during a build, results in
72 an image that you can run on a particular board. 72 an image that you can run on a particular board.
73 Thus, the package, when compiled into the new image, supports the operation of the board. 73 Thus, the package when compiled into the new image, supports the operation of the board.
74 </para> 74 </para>
75 75
76 <note> 76 <note>
@@ -133,7 +133,7 @@
133 Embedded Media Graphics Driver (EMGD). 133 Embedded Media Graphics Driver (EMGD).
134 The remainder of this example uses that base BSP.</para> 134 The remainder of this example uses that base BSP.</para>
135 <para>To see the supported BSPs, go to the 135 <para>To see the supported BSPs, go to the
136 <ulink url='&YOCTO_HOME_URL;/download'>Download</ulink> page on the Yocto Project 136 <ulink url='&YOCTO_HOME_URL;/download'>Downloads</ulink> page on the Yocto Project
137 website and click on “BSP Downloads.”</para></listitem> 137 website and click on “BSP Downloads.”</para></listitem>
138 <listitem><para><emphasis>Create your own BSP layer</emphasis>: Layers are ideal for 138 <listitem><para><emphasis>Create your own BSP layer</emphasis>: Layers are ideal for
139 isolating and storing work for a given piece of hardware. 139 isolating and storing work for a given piece of hardware.