diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-04-25 09:00:06 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-01 20:50:45 +0100 |
commit | 491b29151a2621497a0fadf909158b04458bb345 (patch) | |
tree | d7f41d07765c0317fb5196198669ff73c8cb88b2 /documentation | |
parent | 5bcbfdb3cf5d9dd863b44a2380f57bce60f5449c (diff) | |
download | poky-491b29151a2621497a0fadf909158b04458bb345.tar.gz |
documentation/dev-manual/dev-manual-start.xml: Misc fixes
Better wording for the role of BitBake. Updated shell output for
the clone of poky.
(From yocto-docs rev: eab184de2bd2b22def9dbe0c93b153ec9334402b)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 791315c960..dbf05655ab 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -31,7 +31,8 @@ | |||
31 | </para> | 31 | </para> |
32 | 32 | ||
33 | <para> | 33 | <para> |
34 | You can use the Yocto Project, which uses the BitBake build tool, to develop complete Linux | 34 | You can use the Yocto Project build system, which uses |
35 | <ulink url='http://bitbake.berlios.de/manual/'>BitBake</ulink>, to develop complete Linux | ||
35 | images and associated user-space applications for architectures based on ARM, MIPS, PowerPC, | 36 | images and associated user-space applications for architectures based on ARM, MIPS, PowerPC, |
36 | x86 and x86-64. | 37 | x86 and x86-64. |
37 | While the Yocto Project does not provide a strict testing framework, | 38 | While the Yocto Project does not provide a strict testing framework, |
@@ -109,11 +110,11 @@ | |||
109 | <literallayout class='monospaced'> | 110 | <literallayout class='monospaced'> |
110 | $ git clone git://git.yoctoproject.org/poky | 111 | $ git clone git://git.yoctoproject.org/poky |
111 | Initialized empty Git repository in /home/scottrif/poky/.git/ | 112 | Initialized empty Git repository in /home/scottrif/poky/.git/ |
112 | remote: Counting objects: 116882, done. | 113 | remote: Counting objects: 141863, done. |
113 | remote: Compressing objects: 100% (35987/35987), done. | 114 | remote: Compressing objects: 100% (38624/38624), done. |
114 | remote: Total 116882 (delta 80651), reused 113045 (delta 77578) | 115 | remote: Total 141863 (delta 99661), reused 141816 (delta 99614) |
115 | Receiving objects: 100% (116882/116882), 72.13 MiB | 2.68 MiB/s, done. | 116 | Receiving objects: 100% (141863/141863), 76.64 MiB | 126 KiB/s, done. |
116 | Resolving deltas: 100% (80651/80651), done. | 117 | Resolving deltas: 100% (99661/99661), done. |
117 | </literallayout></para> | 118 | </literallayout></para> |
118 | <para>For another example of how to set up your own local Git repositories, see this | 119 | <para>For another example of how to set up your own local Git repositories, see this |
119 | <ulink url='&YOCTO_WIKI_URL;/wiki/Transcript:_from_git_checkout_to_meta-intel_BSP'> | 120 | <ulink url='&YOCTO_WIKI_URL;/wiki/Transcript:_from_git_checkout_to_meta-intel_BSP'> |