dev-manual: Updated the supported BSP bullet item.

The bulleted item on supported BSPs was very centric on meta-intel.
I rewrote the section to not be so exclusive.

(From yocto-docs rev: d8118bb6124fbbb2340ae8720cd6187fd5546967)

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 2014-09-25 13:09:42 -07:00 committed by Richard Purdie
parent d4cf38dcf3
commit 609c216b60
1 changed files with 16 additions and 18 deletions

View File

@ -190,13 +190,13 @@
Resolving deltas: 100% (260/260), done. Resolving deltas: 100% (260/260), done.
</literallayout></para></listitem> </literallayout></para></listitem>
<listitem><para id='supported-board-support-packages-(bsps)'><emphasis>Supported Board Support Packages (BSPs):</emphasis> <listitem><para id='supported-board-support-packages-(bsps)'><emphasis>Supported Board Support Packages (BSPs):</emphasis>
The Yocto Project provides a layer called The Yocto Project supports many BSPs, which are maintained in
<filename>meta-intel</filename> and it is maintained in its own their own layers or in layers designed to contain several
separate Git repository. BSPs.
The <filename>meta-intel</filename> layer contains many To get an idea of machine support through BSP layers, you can
supported look at the
<ulink url='&YOCTO_DOCS_BSP_URL;#bsp-layers'>BSP Layers</ulink>. <ulink url='&YOCTO_RELEASE_DL_URL;/machines'>index of machines</ulink>
</para> for the release.</para>
<para>The Yocto Project uses the following BSP layer naming <para>The Yocto Project uses the following BSP layer naming
scheme: scheme:
@ -214,18 +214,18 @@
See the See the
"<ulink url='&YOCTO_DOCS_BSP_URL;#bsp-layers'>BSP Layers</ulink>" "<ulink url='&YOCTO_DOCS_BSP_URL;#bsp-layers'>BSP Layers</ulink>"
section in the Yocto Project Board Support Package (BSP) section in the Yocto Project Board Support Package (BSP)
Developer's Guide for more information on BSP Layers. Developer's Guide for more information on BSP Layers.</para>
</para>
<para> <para>A useful Git repository released with the Yocto
Project is <filename>meta-intel</filename>, which is a
parent layer that contains many supported
<ulink url='&YOCTO_DOCS_BSP_URL;#bsp-layers'>BSP Layers</ulink>.
You can locate the <filename>meta-intel</filename> Git You can locate the <filename>meta-intel</filename> Git
repository in the "Yocto Metadata Layers" area of the Yocto repository in the "Yocto Metadata Layers" area of the Yocto
Project Source Repositories at Project Source Repositories at
<ulink url='&YOCTO_GIT_URL;/cgit.cgi'></ulink>. <ulink url='&YOCTO_GIT_URL;/cgit.cgi'></ulink>.</para>
</para>
<para> <para>Using
Using
<link linkend='git'>Git</link> to create a local clone of the <link linkend='git'>Git</link> to create a local clone of the
upstream repository can be helpful if you are working with upstream repository can be helpful if you are working with
BSPs. BSPs.
@ -252,11 +252,9 @@
remote: Total 8844 (delta 4931), reused 8780 (delta 4867) remote: Total 8844 (delta 4931), reused 8780 (delta 4867)
Receiving objects: 100% (8844/8844), 2.48 MiB | 264 KiB/s, done. Receiving objects: 100% (8844/8844), 2.48 MiB | 264 KiB/s, done.
Resolving deltas: 100% (4931/4931), done. Resolving deltas: 100% (4931/4931), done.
</literallayout> </literallayout></para>
</para>
<para> <para>The same
The same
<ulink url='&YOCTO_WIKI_URL;/wiki/Transcript:_from_git_checkout_to_meta-intel_BSP'>wiki page</ulink> <ulink url='&YOCTO_WIKI_URL;/wiki/Transcript:_from_git_checkout_to_meta-intel_BSP'>wiki page</ulink>
referenced earlier covers how to set up the referenced earlier covers how to set up the
<filename>meta-intel</filename> Git repository. <filename>meta-intel</filename> Git repository.