summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-07-28 05:57:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-04 15:06:49 +0100
commita246c304de5352ffee4a92453768d4778a0f8ed0 (patch)
treeffeea37d81eaa00797114990d61cb72b8a1a7d1a /documentation
parentfe51c0d7cee9eac31b92c32ff575be93fe4ee243 (diff)
downloadpoky-a246c304de5352ffee4a92453768d4778a0f8ed0.tar.gz
documentation/dev-manual/dev-manual-model.xml: Minor edits.
(From yocto-docs rev: 64525f6a751d23d2d8ae1d799b4f661e986b5e83) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml
index 30859d793e..baf99dd90c 100644
--- a/documentation/dev-manual/dev-manual-model.xml
+++ b/documentation/dev-manual/dev-manual-model.xml
@@ -42,7 +42,7 @@
42 <title>Developing a Board Support Package (BSP)</title> 42 <title>Developing a Board Support Package (BSP)</title>
43 43
44 <para> 44 <para>
45 A BSP is a package of recipes that when applied while building an image results in 45 A BSP is a package of recipes that when applied during a build results in
46 an image you can run on a particular board. 46 an image you can run on a particular board.
47 Thus, the package, when compiled into the new image, supports the operation of the board. 47 Thus, the package, when compiled into the new image, supports the operation of the board.
48 </para> 48 </para>
@@ -55,21 +55,19 @@
55 <para> 55 <para>
56 The remainder of this section presents the basic steps to create a BSP basing it on an 56 The remainder of this section presents the basic steps to create a BSP basing it on an
57 existing BSP that ships with the Yocto Project. 57 existing BSP that ships with the Yocto Project.
58 You can reference <xref linkend='dev-manual-bsp-appendix'>BSP Development Case</xref> 58 You can reference <xref linkend='dev-manual-bsp-appendix'>BSP Development Example</xref>
59 for a detailed example that uses the Crown Bay BSP as a base BSP from which to start. 59 for a detailed example that uses the Crown Bay BSP as a base BSP from which to start.
60 </para> 60 </para>
61 61
62 <para> 62 <para>
63 The following illustration shows the general workflow to create a BSP. 63 This illustration and the following list summarizes the BSP creation general workflow.
64 In the figure....
65 </para> 64 </para>
66 65
67 <para> 66 <para>
68 <imagedata fileref="figures/bsp-dev-flow.png" width="6in" depth="7in" align="center" scale="100" /> 67 <imagedata fileref="figures/bsp-dev-flow.png" width="6in" depth="7in" align="left" scale="100" />
69 </para> 68 </para>
70 69
71 <para> 70 <para>
72 Here are the basic steps involved in creating a BSP:
73 <orderedlist> 71 <orderedlist>
74 <listitem><para><emphasis>Set up your host development system to support 72 <listitem><para><emphasis>Set up your host development system to support
75 development using the Yocto Project</emphasis>: See 73 development using the Yocto Project</emphasis>: See