summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2010-12-15 13:26:13 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-21 12:49:43 +0000
commitb3b9476dc5a2886130893523bd7b00635c9139b6 (patch)
treefebc3edcfd7eb8072f62be6f0d730b180ff97a98 /documentation
parente71027eaf2636dd94e4f09c86264589511f0ccd6 (diff)
downloadpoky-b3b9476dc5a2886130893523bd7b00635c9139b6.tar.gz
documentation/bsp-guide/bsp.xml: Updated the Pre-built User Binaries section.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/bsp-guide/bsp.xml14
1 files changed, 10 insertions, 4 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index fcf10a6715..397ef85e77 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -157,7 +157,10 @@ meta-&lt;bsp_name&gt;/README
157 </section> 157 </section>
158 158
159 <section id="bsp-filelayout-binary"> 159 <section id="bsp-filelayout-binary">
160 <title>Pre-built User Binaries (meta-&lt;bsp_name&gt;/binary/*)</title> 160 <title>Pre-built User Binaries</title>
161 <programlisting>
162meta-&lt;bsp_name&gt;/binary/&lt;bootable_images&gt;
163 </programlisting>
161 164
162 <para> 165 <para>
163 This optional area contains useful pre-built kernels and userspace filesystem 166 This optional area contains useful pre-built kernels and userspace filesystem
@@ -165,10 +168,13 @@ meta-&lt;bsp_name&gt;/README
165 This directory contains the Application Development Toolkit (ADT) and minimal 168 This directory contains the Application Development Toolkit (ADT) and minimal
166 live images when the BSP is has been "tar-balled" and placed on the Yocto Project website. 169 live images when the BSP is has been "tar-balled" and placed on the Yocto Project website.
167 You can use these kernels and images to get a system running and quickly get started 170 You can use these kernels and images to get a system running and quickly get started
168 on development tasks. 171 on development tasks.
172 </para>
173
174 <para>
169 The exact types of binaries present are highly hardware-dependent. 175 The exact types of binaries present are highly hardware-dependent.
170 However, a README file should be present that explains how to use the kernels and 176 However, a README file should be present in the BSP file structure that explains how to use
171 images with the target hardware. 177 the kernels and images with the target hardware.
172 If pre-built binaries are present, source code to meet licensing requirements must also 178 If pre-built binaries are present, source code to meet licensing requirements must also
173 be provided in some form. 179 be provided in some form.
174 </para> 180 </para>