summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2010-12-14 17:03:53 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-21 12:49:43 +0000
commite2b180ab543355396db47b37a7ac3582b8ee6818 (patch)
treebfbc3e11f67979116370bde2c4fc603ff4e235f0 /documentation
parent775b4aea1287d47b9450dd8f285a95b17f27b148 (diff)
downloadopenembedded-core-contrib-e2b180ab543355396db47b37a7ac3582b8ee6818.tar.gz
documentation/bsp-guide/bsp.xml: Added information about /binary
Added information in the section about Pre-built User Binaries. In the first paragraph I stated that this directory would contain the Application Development Toolkit and minimal live images when the BSP is "tarred" up and placed on the Yocto Project website. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/bsp-guide/bsp.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index 9698e939f4..321965ad8e 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -105,7 +105,9 @@ meta-&lt;bsp_name&gt;/prebuilds/
<para>
This optional area contains useful pre-built kernels and userspace filesystem
- images appropriate to the target system.
+ images appropriate to the target system.
+ This directory contains the Application Development Toolkit (ADT) and minimal
+ live images when the BSP is has been "tar-balled" and placed on the Yocto Project website.
You can use these kernels and images to get a system running and quickly get started
on development tasks.
The exact types of binaries present are highly hardware-dependent.