diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-09-25 13:09:42 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-30 21:37:42 +0100 |
commit | 609c216b601969857e23d75a709945bd29fe9594 (patch) | |
tree | 8e9b29b12452ed397ca9596911829a5bf6f502b9 /documentation/dev-manual/dev-manual-start.xml | |
parent | d4cf38dcf39ed544efe5f224da1bd1f8e1a996d8 (diff) | |
download | poky-609c216b601969857e23d75a709945bd29fe9594.tar.gz |
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>
Diffstat (limited to 'documentation/dev-manual/dev-manual-start.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 34 |
1 files changed, 16 insertions, 18 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index b79f65e878..61434ff72c 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -190,13 +190,13 @@ | |||
190 | Resolving deltas: 100% (260/260), done. | 190 | Resolving deltas: 100% (260/260), done. |
191 | </literallayout></para></listitem> | 191 | </literallayout></para></listitem> |
192 | <listitem><para id='supported-board-support-packages-(bsps)'><emphasis>Supported Board Support Packages (BSPs):</emphasis> | 192 | <listitem><para id='supported-board-support-packages-(bsps)'><emphasis>Supported Board Support Packages (BSPs):</emphasis> |
193 | The Yocto Project provides a layer called | 193 | The Yocto Project supports many BSPs, which are maintained in |
194 | <filename>meta-intel</filename> and it is maintained in its own | 194 | their own layers or in layers designed to contain several |
195 | separate Git repository. | 195 | BSPs. |
196 | The <filename>meta-intel</filename> layer contains many | 196 | To get an idea of machine support through BSP layers, you can |
197 | supported | 197 | look at the |
198 | <ulink url='&YOCTO_DOCS_BSP_URL;#bsp-layers'>BSP Layers</ulink>. | 198 | <ulink url='&YOCTO_RELEASE_DL_URL;/machines'>index of machines</ulink> |
199 | </para> | 199 | for the release.</para> |
200 | 200 | ||
201 | <para>The Yocto Project uses the following BSP layer naming | 201 | <para>The Yocto Project uses the following BSP layer naming |
202 | scheme: | 202 | scheme: |
@@ -214,18 +214,18 @@ | |||
214 | See the | 214 | See the |
215 | "<ulink url='&YOCTO_DOCS_BSP_URL;#bsp-layers'>BSP Layers</ulink>" | 215 | "<ulink url='&YOCTO_DOCS_BSP_URL;#bsp-layers'>BSP Layers</ulink>" |
216 | section in the Yocto Project Board Support Package (BSP) | 216 | section in the Yocto Project Board Support Package (BSP) |
217 | Developer's Guide for more information on BSP Layers. | 217 | Developer's Guide for more information on BSP Layers.</para> |
218 | </para> | ||
219 | 218 | ||
220 | <para> | 219 | <para>A useful Git repository released with the Yocto |
220 | Project is <filename>meta-intel</filename>, which is a | ||
221 | parent layer that contains many supported | ||
222 | <ulink url='&YOCTO_DOCS_BSP_URL;#bsp-layers'>BSP Layers</ulink>. | ||
221 | You can locate the <filename>meta-intel</filename> Git | 223 | You can locate the <filename>meta-intel</filename> Git |
222 | repository in the "Yocto Metadata Layers" area of the Yocto | 224 | repository in the "Yocto Metadata Layers" area of the Yocto |
223 | Project Source Repositories at | 225 | Project Source Repositories at |
224 | <ulink url='&YOCTO_GIT_URL;/cgit.cgi'></ulink>. | 226 | <ulink url='&YOCTO_GIT_URL;/cgit.cgi'></ulink>.</para> |
225 | </para> | ||
226 | 227 | ||
227 | <para> | 228 | <para>Using |
228 | Using | ||
229 | <link linkend='git'>Git</link> to create a local clone of the | 229 | <link linkend='git'>Git</link> to create a local clone of the |
230 | upstream repository can be helpful if you are working with | 230 | upstream repository can be helpful if you are working with |
231 | BSPs. | 231 | BSPs. |
@@ -252,11 +252,9 @@ | |||
252 | remote: Total 8844 (delta 4931), reused 8780 (delta 4867) | 252 | remote: Total 8844 (delta 4931), reused 8780 (delta 4867) |
253 | Receiving objects: 100% (8844/8844), 2.48 MiB | 264 KiB/s, done. | 253 | Receiving objects: 100% (8844/8844), 2.48 MiB | 264 KiB/s, done. |
254 | Resolving deltas: 100% (4931/4931), done. | 254 | Resolving deltas: 100% (4931/4931), done. |
255 | </literallayout> | 255 | </literallayout></para> |
256 | </para> | ||
257 | 256 | ||
258 | <para> | 257 | <para>The same |
259 | The same | ||
260 | <ulink url='&YOCTO_WIKI_URL;/wiki/Transcript:_from_git_checkout_to_meta-intel_BSP'>wiki page</ulink> | 258 | <ulink url='&YOCTO_WIKI_URL;/wiki/Transcript:_from_git_checkout_to_meta-intel_BSP'>wiki page</ulink> |
261 | referenced earlier covers how to set up the | 259 | referenced earlier covers how to set up the |
262 | <filename>meta-intel</filename> Git repository. | 260 | <filename>meta-intel</filename> Git repository. |