documentation/bsp-guide/bsp.xml: Updated /binary explanation

In the '1.1.3 Pre-built User Binaries' section it said that the
ADT and minimal images were kept in the optional
meta-<bsp_name>/binary directory.  Jianjun Xu pointed out that
in fact it is just the minimal and sato images here.  I also
confirmed with Tom as well.  I re-wrote this sentence to be
clearer and more accurate.

(From yocto-docs rev: 6757abff52841b5d1e1991ab22314fa7a243a87d)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2011-05-17 11:28:25 -05:00 committed by Richard Purdie
parent cf3d261f3e
commit a106f4145c
1 changed files with 2 additions and 2 deletions

View File

@ -162,8 +162,8 @@ meta-&lt;bsp_name&gt;/binary/&lt;bootable_images&gt;
<para>
This optional area contains useful pre-built kernels and user-space filesystem
images appropriate to the target system.
This directory contains the Application Development Toolkit (ADT) and minimal
live images when the BSP tarball has been created and made available in the Yocto Project website.
This directory typically contains graphical (e.g. sato) and minimal live images
when the BSP tarball has been created and made available in the Yocto Project website.
You can use these kernels and images to get a system running and quickly get started
on development tasks.
</para>