documentation/dev-manual/dev-manual-start.xml: Edits to BSP set up

I added some text to explain where the meta-intel repo can be
found within the YP source repositories.  Also provided a link
back to the start of the BSP Guide.

(From yocto-docs rev: 79d513d010637e4a684da64b363ed8d957f06640)

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-17 16:06:41 -06:00 committed by Richard Purdie
parent 7bc6ffe868
commit 1b17e6ac87
1 changed files with 14 additions and 5 deletions

View File

@ -195,6 +195,10 @@
meta-emenlow
meta-n450
</literallayout>
See the
"<ulink url='http://www.yoctoproject.org/docs/latest/bsp-guide/bsp-guide.html#bsp-layers'>BSP Layers</ulink>"
section in the Yocto Project Board Support Package (BSP) Developer's Guide for more
information on BSP Layers.
<itemizedlist>
<listitem><para><emphasis>Tarball Extraction:</emphasis> You can download any released
BSP tarball from the same
@ -204,11 +208,16 @@
Again, this method just produces a snapshot of the BSP layer in the form
of a hierarchical directory structure.</para></listitem>
<listitem><para><emphasis>Git Repository Method:</emphasis> If you are working
with a Yocto Project files Git repository, you should also set up a
<filename>meta-intel</filename> Git repository.
Typically, you set up the <filename>meta-intel</filename> Git repository inside
the Yocto Project files Git repository.</para>
<para>For example, the following transcript shows the steps to clone the
with a Yocto Project Files Git repository, you should also set up the
<filename>meta-intel</filename> Git repository.
This repository is a collection of BSP Layers that supports various
targeted hardware.
You can locate the <filename>meta-intel</filename> Git repository in the
"Yocto Metadata Layers" area of the Yocto Project Source Repositories at
<ulink url='http://git.yoctoproject.org/cgit.cgi'></ulink>.</para>
<para>Typically, you set up the <filename>meta-intel</filename> Git repository inside
the Yocto Project Files Git repository.
For example, the following transcript shows the steps to clone the
<filename>meta-intel</filename>
Git repository inside the <filename>poky</filename> Git repository.
<literallayout class='monospaced'>