From 1b17e6ac871cd29372cefd3fa11aa427f14b4e63 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 17 Feb 2012 16:06:41 -0600 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-start.xml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'documentation/dev-manual') 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 @@ meta-emenlow meta-n450 + See the + "BSP Layers" + section in the Yocto Project Board Support Package (BSP) Developer's Guide for more + information on BSP Layers. Tarball Extraction: 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. Git Repository Method: If you are working - with a Yocto Project files Git repository, you should also set up a - meta-intel Git repository. - Typically, you set up the meta-intel Git repository inside - the Yocto Project files Git repository. - For example, the following transcript shows the steps to clone the + with a Yocto Project Files Git repository, you should also set up the + meta-intel Git repository. + This repository is a collection of BSP Layers that supports various + targeted hardware. + You can locate the meta-intel Git repository in the + "Yocto Metadata Layers" area of the Yocto Project Source Repositories at + . + Typically, you set up the meta-intel Git repository inside + the Yocto Project Files Git repository. + For example, the following transcript shows the steps to clone the meta-intel Git repository inside the poky Git repository. -- cgit v1.2.3-54-g00ecf