From 716bdd4bf5a043cb0f356eedc969d73b015c6820 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 25 Apr 2012 09:00:06 -0600 Subject: 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: 0f7d9557413827f82388d3fe677109074f04e30c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-start.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'documentation') 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 @@ - You can use the Yocto Project, which uses the BitBake build tool, to develop complete Linux + You can use the Yocto Project build system, which uses + BitBake, to develop complete Linux images and associated user-space applications for architectures based on ARM, MIPS, PowerPC, x86 and x86-64. While the Yocto Project does not provide a strict testing framework, @@ -109,11 +110,11 @@ $ git clone git://git.yoctoproject.org/poky Initialized empty Git repository in /home/scottrif/poky/.git/ - remote: Counting objects: 116882, done. - remote: Compressing objects: 100% (35987/35987), done. - remote: Total 116882 (delta 80651), reused 113045 (delta 77578) - Receiving objects: 100% (116882/116882), 72.13 MiB | 2.68 MiB/s, done. - Resolving deltas: 100% (80651/80651), done. + remote: Counting objects: 141863, done. + remote: Compressing objects: 100% (38624/38624), done. + remote: Total 141863 (delta 99661), reused 141816 (delta 99614) + Receiving objects: 100% (141863/141863), 76.64 MiB | 126 KiB/s, done. + Resolving deltas: 100% (99661/99661), done. For another example of how to set up your own local Git repositories, see this -- cgit v1.2.3-54-g00ecf