dev-manual: Reworded sentence for meta-intel setup

Changed wording to remove implications of meta-intel clone
importance regarding working with BSPs.

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

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>

Conflicts:

	documentation/dev-manual/dev-manual-start.xml

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-11-11 07:06:52 -08:00 committed by Richard Purdie
parent 30bebff0dc
commit 5de0010aff
1 changed files with 15 additions and 24 deletions

View File

@ -232,30 +232,21 @@
</literallayout> </literallayout>
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) Developer's Guide for more section in the Yocto Project Board Support Package (BSP)
information on BSP Layers. Developer's Guide for more information on BSP Layers.</para>
<itemizedlist> <para>You can locate the <filename>meta-intel</filename> Git
<listitem><para><emphasis>Tarball Extraction:</emphasis> You can download any released repository in the "Yocto Metadata Layers" area of the Yocto
BSP tarball from the same "Downloads" page of the Project Source Repositories at
<ulink url='&YOCTO_HOME_URL;'>Yocto Project Website</ulink> <ulink url='&YOCTO_GIT_URL;/cgit.cgi'></ulink>.</para>
to get the Yocto Project release. <para>Using
Once on the "Download" page, look to the right of the <link linkend='git'>Git</link> to create a local clone of the
page and scroll down to find the BSP tarballs.</para> upstream repository can be helpful if you are working with
<para>Once you have the tarball, just extract it into a directory of your choice. BSPs.
Again, this method just produces a snapshot of the BSP layer in the form Typically, you set up the <filename>meta-intel</filename>
of a hierarchical directory structure.</para></listitem> Git repository inside the Source Directory.
<listitem><para><emphasis>Git Repository Method:</emphasis> If you are working For example, the following transcript shows the steps to clone
with a local Git repository for your Source Directory, you should also use this method <filename>meta-intel</filename>.
to set up the <filename>meta-intel</filename> Git repository. <literallayout class='monospaced'>
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='&YOCTO_GIT_URL;/cgit.cgi'></ulink>.</para>
<para>Typically, you set up the <filename>meta-intel</filename> Git repository inside
the Source Directory.
For example, the following transcript shows the steps to clone the
<filename>meta-intel</filename>
Git repository inside the local <filename>poky</filename> Git repository.
<literallayout class='monospaced'>
$ cd ~/poky $ cd ~/poky
$ git clone git://git.yoctoproject.org/meta-intel.git $ git clone git://git.yoctoproject.org/meta-intel.git
Cloning into 'meta-intel'... Cloning into 'meta-intel'...