diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-02-22 14:58:23 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-08 12:08:01 -0800 |
commit | 93ad9b5f0075b56c87a585281750ad1c7789c2e9 (patch) | |
tree | cbe32db002ec682d962a5248770390b04d032a69 /documentation/bsp-guide/bsp.xml | |
parent | 17647137632cfb865ac6f5f280b71f75d4211659 (diff) | |
download | poky-93ad9b5f0075b56c87a585281750ad1c7789c2e9.tar.gz |
documentation/bsp-guide/bsp.xml: Edits to pre-built user binaries section.
(From yocto-docs rev: 1bf460e980ee35e783a64de2cddfdd68c5471871)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide/bsp.xml')
-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 | ||