diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-start.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index eef5e8099c..2d84b85bec 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -195,6 +195,10 @@ | |||
195 | meta-emenlow | 195 | meta-emenlow |
196 | meta-n450 | 196 | meta-n450 |
197 | </literallayout> | 197 | </literallayout> |
198 | See the | ||
199 | "<ulink url='http://www.yoctoproject.org/docs/latest/bsp-guide/bsp-guide.html#bsp-layers'>BSP Layers</ulink>" | ||
200 | section in the Yocto Project Board Support Package (BSP) Developer's Guide for more | ||
201 | information on BSP Layers. | ||
198 | <itemizedlist> | 202 | <itemizedlist> |
199 | <listitem><para><emphasis>Tarball Extraction:</emphasis> You can download any released | 203 | <listitem><para><emphasis>Tarball Extraction:</emphasis> You can download any released |
200 | BSP tarball from the same | 204 | BSP tarball from the same |
@@ -204,11 +208,16 @@ | |||
204 | Again, this method just produces a snapshot of the BSP layer in the form | 208 | Again, this method just produces a snapshot of the BSP layer in the form |
205 | of a hierarchical directory structure.</para></listitem> | 209 | of a hierarchical directory structure.</para></listitem> |
206 | <listitem><para><emphasis>Git Repository Method:</emphasis> If you are working | 210 | <listitem><para><emphasis>Git Repository Method:</emphasis> If you are working |
207 | with a Yocto Project files Git repository, you should also set up a | 211 | with a Yocto Project Files Git repository, you should also set up the |
208 | <filename>meta-intel</filename> Git repository. | 212 | <filename>meta-intel</filename> Git repository. |
209 | Typically, you set up the <filename>meta-intel</filename> Git repository inside | 213 | This repository is a collection of BSP Layers that supports various |
210 | the Yocto Project files Git repository.</para> | 214 | targeted hardware. |
211 | <para>For example, the following transcript shows the steps to clone the | 215 | You can locate the <filename>meta-intel</filename> Git repository in the |
216 | "Yocto Metadata Layers" area of the Yocto Project Source Repositories at | ||
217 | <ulink url='http://git.yoctoproject.org/cgit.cgi'></ulink>.</para> | ||
218 | <para>Typically, you set up the <filename>meta-intel</filename> Git repository inside | ||
219 | the Yocto Project Files Git repository. | ||
220 | For example, the following transcript shows the steps to clone the | ||
212 | <filename>meta-intel</filename> | 221 | <filename>meta-intel</filename> |
213 | Git repository inside the <filename>poky</filename> Git repository. | 222 | Git repository inside the <filename>poky</filename> Git repository. |
214 | <literallayout class='monospaced'> | 223 | <literallayout class='monospaced'> |