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.