From 609c216b601969857e23d75a709945bd29fe9594 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 25 Sep 2014 13:09:42 -0700 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-start.xml | 34 +++++++++---------- 1 file 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 @@ Resolving deltas: 100% (260/260), done. Supported Board Support Packages (BSPs): - The Yocto Project provides a layer called - meta-intel and it is maintained in its own - separate Git repository. - The meta-intel layer contains many - supported - BSP Layers. - + The Yocto Project supports many BSPs, which are maintained in + their own layers or in layers designed to contain several + BSPs. + To get an idea of machine support through BSP layers, you can + look at the + index of machines + for the release. The Yocto Project uses the following BSP layer naming scheme: @@ -214,18 +214,18 @@ See the "BSP Layers" section in the Yocto Project Board Support Package (BSP) - Developer's Guide for more information on BSP Layers. - + Developer's Guide for more information on BSP Layers. - + A useful Git repository released with the Yocto + Project is meta-intel, which is a + parent layer that contains many supported + BSP Layers. You can locate the meta-intel Git repository in the "Yocto Metadata Layers" area of the Yocto Project Source Repositories at - . - + . - - Using + Using Git to create a local clone of the upstream repository can be helpful if you are working with BSPs. @@ -252,11 +252,9 @@ remote: Total 8844 (delta 4931), reused 8780 (delta 4867) Receiving objects: 100% (8844/8844), 2.48 MiB | 264 KiB/s, done. Resolving deltas: 100% (4931/4931), done. - - + - - The same + The same wiki page referenced earlier covers how to set up the meta-intel Git repository.