dev-manual: Qualified the use of meta-intel in the BSP workflow

Fixes YOCTO #3663

I added wordings to indicate that meta-intel is not required
to create a BSP layer.  But, the example presented uses
meta-intel.

Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
(From yocto-docs rev: 746948cd1d612f0b837e70a7e92e4081d379cb50)

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-01-29 14:00:17 -06:00 committed by Richard Purdie
parent 90a183b9c5
commit bdc130bb35
1 changed files with 12 additions and 5 deletions

View File

@ -82,9 +82,15 @@
</note> </note>
<para> <para>
The remainder of this section presents the basic steps used to create a BSP The remainder of this section presents the basic
using the Yocto Project's steps used to create a BSP using the Yocto Project's
<ulink url='&YOCTO_DOCS_BSP_URL;#using-the-yocto-projects-bsp-tools'>BSP Tools</ulink>. <ulink url='&YOCTO_DOCS_BSP_URL;#using-the-yocto-projects-bsp-tools'>BSP Tools</ulink>.
Although not required for BSP creation, the
<filename>meta-intel</filename> repository, which contains
many BSPs supported by the Yocto Project, is part of the example.
</para>
<para>
For an example that shows how to create a new layer using the tools, see the For an example that shows how to create a new layer using the tools, see the
"<ulink url='&YOCTO_DOCS_BSP_URL;#creating-a-new-bsp-layer-using-the-yocto-bsp-script'>Creating a New BSP Layer Using the yocto-bsp Script</ulink>" "<ulink url='&YOCTO_DOCS_BSP_URL;#creating-a-new-bsp-layer-using-the-yocto-bsp-script'>Creating a New BSP Layer Using the yocto-bsp Script</ulink>"
section in the Yocto Project Board Support Package (BSP) Developer's Guide. section in the Yocto Project Board Support Package (BSP) Developer's Guide.
@ -115,9 +121,10 @@
<link linkend='source-directory'>Source Directory</link>, see the <link linkend='source-directory'>Source Directory</link>, see the
"<link linkend='getting-setup'>Getting Setup</link>" section.</para></listitem> "<link linkend='getting-setup'>Getting Setup</link>" section.</para></listitem>
<listitem><para><emphasis>Establish the <filename>meta-intel</filename> <listitem><para><emphasis>Establish the <filename>meta-intel</filename>
repository on your system</emphasis>: Having local copies of the repository on your system</emphasis>: Having local copies
supported BSP layers on your system gives you access to the build of these supported BSP layers on your system gives you
process and to the tools you need for creating a BSP. access to layers you might be able to build on or modify
to create your BSP.
For information on how to get these files, see the For information on how to get these files, see the
"<link linkend='getting-setup'>Getting Setup</link>" section.</para></listitem> "<link linkend='getting-setup'>Getting Setup</link>" section.</para></listitem>
<listitem><para><emphasis>Create your own BSP layer using the <listitem><para><emphasis>Create your own BSP layer using the