diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-07-27 08:41:28 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-04 15:06:45 +0100 |
commit | 49e6b1d83ca91a15557e536719fb4c33a0268200 (patch) | |
tree | f7551046ab53cb0d2b005600d56b05f1250eeccd /documentation/dev-manual/dev-manual-start.xml | |
parent | 60eb60cd083904bdee5909b40fbd2e4c716b56a3 (diff) | |
download | poky-49e6b1d83ca91a15557e536719fb4c33a0268200.tar.gz |
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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-start.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 21 |
1 files 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 @@ | |||
116 | with a <filename>poky</filename> Git repository you should also set up a | 116 | with a <filename>poky</filename> Git repository you should also set up a |
117 | <filename>meta-intel</filename> Git repository. | 117 | <filename>meta-intel</filename> Git repository. |
118 | Typically, you set up the <filename>meta-intel</filename> Git repository inside | 118 | Typically, you set up the <filename>meta-intel</filename> Git repository inside |
119 | the <filename>poky</filename> Git repository. | 119 | the <filename>poky</filename> Git repository.</para> |
120 | The same | 120 | |
121 | <para> | ||
122 | For example, the following transcript shows the steps to clone the | ||
123 | <filename>meta-intel</filename> | ||
124 | Git repository inside the <filename>poky</filename> | ||
125 | <filename>poky</filename> Git repository. | ||
126 | <literallayout class='monospaced'> | ||
127 | $cd poky | ||
128 | $ git clone git://git.yoctoproject.org/meta-intel.git | ||
129 | Initialized empty Git repository in /home/scottrif/poky/meta-intel/.git/ | ||
130 | remote: Counting objects: 1325, done. | ||
131 | remote: Compressing objects: 100% (1078/1078), done. | ||
132 | remote: Total 1325 (delta 546), reused 85 (delta 27) | ||
133 | Receiving objects: 100% (1325/1325), 1.56 MiB | 330 KiB/s, done. | ||
134 | Resolving deltas: 100% (546/546), done. | ||
135 | </literallayout></para> | ||
136 | |||
137 | <para>The same | ||
121 | <ulink url='https://wiki.yoctoproject.org/wiki/Transcript:_from_git_checkout_to_meta-intel_BSP'> | 138 | <ulink url='https://wiki.yoctoproject.org/wiki/Transcript:_from_git_checkout_to_meta-intel_BSP'> |
122 | wiki page</ulink> referenced earlier covers how to | 139 | wiki page</ulink> referenced earlier covers how to |
123 | set up the <filename>meta-intel</filename> Git repository.</para></listitem> | 140 | set up the <filename>meta-intel</filename> Git repository.</para></listitem> |