bsp-guide: Minor edits

Applied "Metadata" for "metadata"
Added a link to the section to help find maintainers.
Some re-wording.

(From yocto-docs rev: 7f40c4dac30d2f54cf09afeb51a5cc83ba0851e9)

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 2013-04-16 15:26:56 -07:00 committed by Richard Purdie
parent d9c3fef5fd
commit e50ef9e9cf
1 changed files with 11 additions and 7 deletions

View File

@ -692,7 +692,7 @@
wiki page.</para></listitem> wiki page.</para></listitem>
<listitem><para>The requirements for the BSP as it is made available to a developer <listitem><para>The requirements for the BSP as it is made available to a developer
are completely independent of the released form of the BSP. are completely independent of the released form of the BSP.
For example, the BSP metadata can be contained within a Git repository For example, the BSP Metadata can be contained within a Git repository
and could have a directory structure completely different from what appears and could have a directory structure completely different from what appears
in the officially released BSP layer.</para></listitem> in the officially released BSP layer.</para></listitem>
<listitem><para>It is not required that specific packages or package <listitem><para>It is not required that specific packages or package
@ -741,12 +741,12 @@
recipes. recipes.
The recipes themselves should follow the general guidelines The recipes themselves should follow the general guidelines
for recipes used in the Yocto Project found in the for recipes used in the Yocto Project found in the
<ulink url='https://wiki.yoctoproject.org/wiki/Recipe_%26_Patch_Style_Guide'>Yocto "<ulink url='https://wiki.yoctoproject.org/wiki/Recipe_%26_Patch_Style_Guide'>Yocto Recipe and Patch Style Guide</ulink>".
Recipe and Patch Style Guide</ulink>.</para></listitem> </para></listitem>
<listitem><para><emphasis>License File:</emphasis> <listitem><para><emphasis>License File:</emphasis>
You must include a license file in the You must include a license file in the
<filename>meta-&lt;bsp_name&gt;</filename> directory. <filename>meta-&lt;bsp_name&gt;</filename> directory.
This license covers the BSP metadata as a whole. This license covers the BSP Metadata as a whole.
You must specify which license to use since there is no You must specify which license to use since there is no
default license if one is not specified. default license if one is not specified.
See the See the
@ -775,11 +775,15 @@
For example, this information includes information on For example, this information includes information on
special variables needed to satisfy a EULA, special variables needed to satisfy a EULA,
or instructions on information needed to build or distribute or instructions on information needed to build or distribute
binaries built from the BSP metadata.</para></listitem> binaries built from the BSP Metadata.</para></listitem>
<listitem><para>The name and contact information for the <listitem><para>The name and contact information for the
BSP layer maintainer. BSP layer maintainer.
This is the person to whom patches and questions should This is the person to whom patches and questions should
be sent.</para></listitem> be sent.
For information on how to find the right person, see the
"<ulink url='&YOCTO_DOCS_DEV_URL;#how-to-submit-a-change'>How to Submit a Change</ulink>"
section in the Yocto Project Development Manual.
</para></listitem>
<listitem><para>Instructions on how to build the BSP using the BSP <listitem><para>Instructions on how to build the BSP using the BSP
layer.</para></listitem> layer.</para></listitem>
<listitem><para>Instructions on how to boot the BSP build from <listitem><para>Instructions on how to boot the BSP build from
@ -822,7 +826,7 @@
BSP layers for each target. BSP layers for each target.
<note>It is completely possible for a developer to structure the <note>It is completely possible for a developer to structure the
working repository as a conglomeration of unrelated BSP working repository as a conglomeration of unrelated BSP
files, and to possibly generate specifically targeted 'release' BSPs files, and to possibly generate BSPs targeted for release
from that directory using scripts or some other mechanism. from that directory using scripts or some other mechanism.
Such considerations are outside the scope of this document.</note> Such considerations are outside the scope of this document.</note>
</para></listitem> </para></listitem>