documentation/bsp-guide/bsp.xml: New "README.sources File" section added.

(From yocto-docs rev: 2f398b278904b26e4cd6ab237c0c9dce7e8d6009)

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 2012-02-22 14:54:58 -06:00 committed by Richard Purdie
parent 011738ac7a
commit 1764713763
1 changed files with 25 additions and 2 deletions

View File

@ -220,7 +220,7 @@
<section id="bsp-filelayout-readme">
<title>README File</title>
<para>
You can find these files in the BSP Layer at:
You can find this file in the BSP Layer at:
<literallayout class='monospaced'>
meta-&lt;bsp_name&gt;/README
</literallayout>
@ -234,7 +234,30 @@
</para>
<para>
Technically speaking a <filename>README</filename> is optional but it is highly
Technically speaking a <filename>README</filename> file is optional but it is highly
recommended that every BSP has one.
</para>
</section>
<section id="bsp-filelayout-readme-sources">
<title>README.sources File</title>
<para>
You can find this file in the BSP Layer at:
<literallayout class='monospaced'>
meta-&lt;bsp_name&gt;/README.sources
</literallayout>
</para>
<para>
This file provides information on where to locate the BSP source files.
For example, information provides where to find the sources that comprise
the images shipped with the BSP.
Information is also included to help you find the metadata used to generate the images
that ship with the BSP.
</para>
<para>
Technically speaking a <filename>README.sources</filename> file is optional but it is highly
recommended that every BSP has one.
</para>
</section>