From 49e6b1d83ca91a15557e536719fb4c33a0268200 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 27 Jul 2011 08:41:28 -0700 Subject: [PATCH] documentation/dev-manual/dev-manual-start.xml: Added BSP file set up I moved the example for setting up meta-intel into the getting started section. This information is universal and needs to be isolated. (From yocto-docs rev: d43ecd16a95fa53cafa09e933c67cacd85227021) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-start.xml | 21 +++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index ec34f1ad78..49e26d795d 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml @@ -116,8 +116,25 @@ with a poky Git repository you should also set up a meta-intel Git repository. Typically, you set up the meta-intel Git repository inside - the poky Git repository. - The same + 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. + + $cd poky + $ git clone git://git.yoctoproject.org/meta-intel.git + Initialized empty Git repository in /home/scottrif/poky/meta-intel/.git/ + remote: Counting objects: 1325, done. + remote: Compressing objects: 100% (1078/1078), done. + 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 wiki page referenced earlier covers how to set up the meta-intel Git repository.