diff options
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 8 |
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. |