From f3e184af046cb72328f66183501fa03c710383fe Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Tue, 19 Jun 2012 07:14:52 -0700 Subject: documentation/dev-manual/dev-manual-newbie.xml: Typos fixed. Typoes/fixes to chapter 3. (From yocto-docs rev: 5cf906df6ae8a729a8f10510a89e570ed9d900e7) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-newbie.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index 1f41d1e935..6a8d39caae 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml @@ -23,7 +23,7 @@ Open source philosophy is characterized by software development directed by peer production and collaboration through an active community of developers. Contrast this to the more standard centralized development models used by commercial software - companies where a finite set of developers produce a product for sale using a defined set + companies where a finite set of developers produces a product for sale using a defined set of procedures that ultimately result in an end product whose architecture and source material are closed to the public. @@ -97,7 +97,7 @@ Most teams have many pieces of software undergoing active development at any given time. You can derive large benefits by putting these pieces under the control of a source - control system that is compatible with the Yocto Project (i.e. Git or Subversion (SVN). + control system that is compatible with the Yocto Project (i.e. Git or Subversion (SVN)). You can then set the autobuilder to pull the latest revisions of the packages and test the latest commits by the builds. This practice quickly highlights issues. @@ -239,14 +239,14 @@ tools and utilities that allow you to develop software for targeted architectures. This toolchain contains cross-compilers, linkers, and debuggers that are specific to an architecture. - You can use the Yocto Project to build cross-development toolchains in tarball form that when - unpacked contain the development tools you need to cross-compile and test your software. + You can use the Yocto Project to build cross-development toolchains in tarball form that, when + unpacked, contain the development tools you need to cross-compile and test your software. The Yocto Project ships with images that contain toolchains for supported architectures as well. Sometimes this toolchain is referred to as the meta-toolchain. Image: An image is the result produced when BitBake processes a given collection of recipes and related metadata. - Images are the binary output that runs on specific hardware and for specific + Images are the binary output that run on specific hardware and for specific use cases. For a list of the supported image types that the Yocto Project provides, see the "Reference: Images" @@ -530,9 +530,9 @@ $ git checkout -b &DISTRO_NAME; origin/&DISTRO_NAME; In this example, the name of the top-level directory of your local Yocto Project - Files Git repository is poky. - And, the name of the local working area (or local branch) you have created and checked - out is named &DISTRO_NAME;. + Files Git repository is poky, + and the name of the local working area (or local branch) you have created and checked + out is &DISTRO_NAME;. The files in your repository now reflect the same files that are in the &DISTRO_NAME; development branch of the Yocto Project's poky repository. -- cgit v1.2.3-54-g00ecf