From 9709d1315d510f53e14f0bd19a875ebba3107b8f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 27 Jul 2011 09:00:46 -0700 Subject: documentation/dev-manual/dev-manual-start.xml: Added bsp naming scheme Added the YP BSP naming scheme to the general getting started section where it talks about getting BSP files on the local system. (From yocto-docs rev: 5b8dc20a52053341ac726fe6662152397262d5e8) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-start.xml | 28 +++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 49e26d795d..9d27a9a265 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml @@ -104,7 +104,20 @@ Supported Board Support Packages (BSPs): The same considerations exist for BSPs. - You can get set up for BSP development one of two ways: + You can get set up for BSP development one of two ways: tarball extraction or + with a local Git repository. + Regardless of the method you use, the Yocto Project uses the following BSP layer + naming scheme: + + meta-<BSP_name> + + where <BSP_name> is the recognized BSP name. + Here are some examples: + + meta‐crownbay + meta‐emenlow + meta‐n450 + Tarball Extraction: You can download any released BSP tarball from the same @@ -118,12 +131,11 @@ Typically, you set up the meta-intel Git repository inside the poky Git repository. - - For example, the following transcript shows the steps to clone the - meta-intel - Git repository inside the poky - poky Git repository. - + For example, the following transcript shows the steps to clone the + meta-intel + Git repository inside the poky + poky Git repository. + $cd poky $ git clone git://git.yoctoproject.org/meta-intel.git Initialized empty Git repository in /home/scottrif/poky/meta-intel/.git/ @@ -132,7 +144,7 @@ remote: Total 1325 (delta 546), reused 85 (delta 27) Receiving objects: 100% (1325/1325), 1.56 MiB | 330 KiB/s, done. Resolving deltas: 100% (546/546), done. - + The same -- cgit v1.2.3-54-g00ecf