diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-03-17 12:59:39 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-23 21:56:08 +0000 |
commit | 19e3648390b011715f7446161a05d9d568aed765 (patch) | |
tree | c3a0ff6e34ffd734ea89687927f2b406dbc764be /documentation/dev-manual/dev-manual-start.xml | |
parent | a3896841f2d8ddeaef3c18d18d5658b7449d1089 (diff) | |
download | poky-19e3648390b011715f7446161a05d9d568aed765.tar.gz |
dev-manual: Edits from a 2.1 read-through.
* Removed some eMenlow stuff
* Cleaned up the description of the BSP structures we have now.
* Various links fixed into the SDK manual.
* Other minor fixes.
(From yocto-docs rev: 5e45005d7ff2254df2754a5ea2d7efd7f1c19a42)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.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 | 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 |