From c28948d9c3c021ba07665c869ff762e288a1621b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 1 Feb 2013 16:30:12 -0600 Subject: [PATCH] dev-manual: Various typos fixed Received a patch from Robert P. J. Day but deleted it from my Thunderbird account so could not apply it directly. I applied most of his corrections. A couple I left alone. Reported-by: Robert P. J. Day (From yocto-docs rev: 2cadd5265fcb5cc281c22ccae81260a6633229e2) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 121519bcb2..cdb799d915 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -108,7 +108,7 @@ Set up your host development system to support development using the Yocto Project: See the - "The Linux Distributions" + "The Linux Distribution" and the "The Packages" sections both in the Yocto Project Quick Start for requirements. @@ -119,7 +119,7 @@ process and to the tools you need. For information on how to set up the Source Directory, see the - "Getting Setup" section. + "Getting Set up" section. Establish the meta-intel repository on your system: Having local copies of these supported BSP layers on your system gives you @@ -255,7 +255,7 @@ Traditionally, when one thinks of a patched kernel, they think of a base kernel source tree and a fixed structure that contains kernel patches. - The Yocto Project, however, employs mechanisms, that in a sense, result in a kernel source + The Yocto Project, however, employs mechanisms that, in a sense, result in a kernel source generator. By the end of this section, this analogy will become clearer. @@ -338,7 +338,7 @@ Conceptually, you can think of the kernel source repositories as all the source files necessary for all the supported kernels. As a developer, you are just interested in the source files for the kernel on - on which you are working. + which you are working. And, furthermore, you need them available on your host system. @@ -401,7 +401,7 @@ Set up your host development system to support development using the Yocto Project: See - "The Linux Distributions" and + "The Linux Distribution" and "The Packages" sections both in the Yocto Project Quick Start for requirements. Establish a local copy of project files on your @@ -455,7 +455,7 @@ Doing so, can produce unexpected results when the OpenEmbedded build system regenerates the configuration file. Once you are satisfied with the configuration changes made using - menuconfig, you can directly examine the + menuconfig, you can directly compare the .config file against a saved original and gather those changes into a config fragment to be referenced from within the kernel's .bbappend file. @@ -513,11 +513,11 @@ Prepare the Host System for the Yocto Project: See - "The Linux Distributions" and + "The Linux Distribution" and "The Packages" sections both in the Yocto Project Quick Start for requirements. Secure the Yocto Project Kernel Target Image: - You must have a target kernel image that has been built using the OpenEmbeded + You must have a target kernel image that has been built using the OpenEmbedded build system. Depending on whether the Yocto Project has a pre-built image that matches your target architecture and where you are going to run the image while you develop your application @@ -527,7 +527,7 @@ machines if your target architecture is supported and you are going to develop and test your application on actual hardware. - Download the image from the + Download the image from machines/qemu if your target architecture is supported and you are going to develop and test your application using the QEMU @@ -1485,7 +1485,7 @@ directory. Develop and Test your Application: At this point, you have the tools to develop your application. If you need to separately install and use the QEMU emulator, you can go to - QEMU Home Page to download and learn about the + QEMU Home Page to download and learn about the emulator. @@ -1844,7 +1844,7 @@ directory. MACHINE for which you are building the image. You can modify various policy settings such as the package format used to build with, - the parrallelism BitBake uses, whether or not to build an external toolchain, and which host + the parallelism BitBake uses, whether or not to build an external toolchain, and which host to build against. You can manage layers.