summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2014-08-01 14:10:51 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-02 10:00:26 +0100
commitd283686dc3f785888c334594f4be0fd35c452def (patch)
tree7e004b5b767f993ede32323915f50521c5d0768c /documentation/dev-manual
parente7dae57a98e4ce3fa86a3dfdfe1f0c21a463d638 (diff)
downloadpoky-d283686dc3f785888c334594f4be0fd35c452def.tar.gz
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>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index eb24643b87..a3852c44b4 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -70,7 +70,7 @@
70 <title>Developing a Board Support Package (BSP)</title> 70 <title>Developing a Board Support Package (BSP)</title>
71 71
72 <para> 72 <para>
73 A BSP is a package of recipes that, when applied during a build, results in 73 A BSP is a collection of recipes that, when applied during a build, results in
74 an image that you can run on a particular board. 74 an image that you can run on a particular board.
75 Thus, the package when compiled into the new image, supports the operation of the board. 75 Thus, the package when compiled into the new image, supports the operation of the board.
76 </para> 76 </para>
@@ -156,8 +156,9 @@
156 Yocto Project Board Support Package (BSP) Developer's Guide.</para> 156 Yocto Project Board Support Package (BSP) Developer's Guide.</para>
157 <note>Five BSPs exist that are part of the 157 <note>Five BSPs exist that are part of the
158 Yocto Project release: <filename>genericx86</filename>, <filename>genericx86-64</filename>, 158 Yocto Project release: <filename>genericx86</filename>, <filename>genericx86-64</filename>,
159 <filename>beaglebone</filename>, 159 <filename>beaglebone</filename> (ARM),
160 <filename>mpc8315e</filename>, and <filename>edgerouter</filename>. 160 <filename>mpc8315e</filename> (PowerPC),
161 and <filename>edgerouter</filename> (MIPS).
161 The recipes and configurations for these five BSPs are located and dispersed 162 The recipes and configurations for these five BSPs are located and dispersed
162 within the <link linkend='source-directory'>Source Directory</link>. 163 within the <link linkend='source-directory'>Source Directory</link>.
163 On the other hand, BSP layers for Crown Bay, 164 On the other hand, BSP layers for Crown Bay,
@@ -310,7 +311,7 @@
310 kernel. 311 kernel.
311 Thus, everything further to the right in the structure is based on the 312 Thus, everything further to the right in the structure is based on the
312 <filename>linux-yocto-3.4</filename> kernel. 313 <filename>linux-yocto-3.4</filename> kernel.
313 Branch points to right in the figure represent where the 314 Branch points to the right in the figure represent where the
314 <filename>linux-yocto-3.4</filename> kernel is modified for specific hardware 315 <filename>linux-yocto-3.4</filename> kernel is modified for specific hardware
315 or types of kernels, such as real-time kernels. 316 or types of kernels, such as real-time kernels.
316 Each leaf thus represents the end-point for a kernel designed to run on a specific 317 Each leaf thus represents the end-point for a kernel designed to run on a specific