diff options
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index a39a611b38..08c90b46c1 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -275,17 +275,18 @@ | |||
275 | This optional area contains useful pre-built kernels and user-space filesystem | 275 | This optional area contains useful pre-built kernels and user-space filesystem |
276 | images appropriate to the target system. | 276 | images appropriate to the target system. |
277 | This directory typically contains graphical (e.g. sato) and minimal live images | 277 | This directory typically contains graphical (e.g. sato) and minimal live images |
278 | when the BSP tarball has been created and made available in the Yocto Project website. | 278 | when the BSP tarball has been created and made available in the |
279 | <ulink url='http://www.yoctoproject.org'>Yocto Project</ulink> website. | ||
279 | You can use these kernels and images to get a system running and quickly get started | 280 | You can use these kernels and images to get a system running and quickly get started |
280 | on development tasks. | 281 | on development tasks. |
281 | </para> | 282 | </para> |
282 | 283 | ||
283 | <para> | 284 | <para> |
284 | The exact types of binaries present are highly hardware-dependent. | 285 | The exact types of binaries present are highly hardware-dependent. |
285 | However, a README file should be present in the BSP file structure that explains how to use | 286 | However, a README file should be present in the BSP Layer that explains how to use |
286 | the kernels and images with the target hardware. | 287 | the kernels and images with the target hardware. |
287 | If pre-built binaries are present, source code to meet licensing requirements must also | 288 | If pre-built binaries are present, source code to meet licensing requirements must also |
288 | be provided in some form. | 289 | exist in some form. |
289 | </para> | 290 | </para> |
290 | </section> | 291 | </section> |
291 | 292 | ||