diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-start.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index a9a0c797b4..23bf8eb0e4 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -221,10 +221,8 @@ | |||
221 | </literallayout> | 221 | </literallayout> |
222 | where <replaceable>bsp_name</replaceable> is the recognized | 222 | where <replaceable>bsp_name</replaceable> is the recognized |
223 | BSP name. | 223 | BSP name. |
224 | Here are some examples: | 224 | Here is an example: |
225 | <literallayout class='monospaced'> | 225 | <literallayout class='monospaced'> |
226 | meta-crownbay | ||
227 | meta-emenlow | ||
228 | meta-raspberrypi | 226 | meta-raspberrypi |
229 | </literallayout> | 227 | </literallayout> |
230 | See the | 228 | See the |
@@ -263,11 +261,12 @@ | |||
263 | $ cd ~/poky | 261 | $ cd ~/poky |
264 | $ git clone git://git.yoctoproject.org/meta-intel.git | 262 | $ git clone git://git.yoctoproject.org/meta-intel.git |
265 | Cloning into 'meta-intel'... | 263 | Cloning into 'meta-intel'... |
266 | remote: Counting objects: 8844, done. | 264 | remote: Counting objects: 11917, done. |
267 | remote: Compressing objects: 100% (2864/2864), done. | 265 | remote: Compressing objects: 100% (3842/3842), done. |
268 | remote: Total 8844 (delta 4931), reused 8780 (delta 4867) | 266 | remote: Total 11917 (delta 6840), reused 11699 (delta 6622) |
269 | Receiving objects: 100% (8844/8844), 2.48 MiB | 264 KiB/s, done. | 267 | Receiving objects: 100% (11917/11917), 2.92 MiB | 2.88 MiB/s, done. |
270 | Resolving deltas: 100% (4931/4931), done. | 268 | Resolving deltas: 100% (6840/6840), done. |
269 | Checking connectivity... done. | ||
271 | </literallayout></para> | 270 | </literallayout></para> |
272 | 271 | ||
273 | <para>The same | 272 | <para>The same |