From e4e0d026c17bf628d18fb8ee9e6c59498c37e57c Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 23 Aug 2011 13:06:37 +0100 Subject: documentation: typo, spelling & minor grammar fixes (From yocto-docs rev: a5b069b04979a566b08415cf27af2ad6abf90f2f) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- documentation/bsp-guide/bsp.xml | 4 ++-- documentation/poky-ref-manual/development.xml | 2 +- documentation/poky-ref-manual/faq.xml | 10 +++++----- documentation/poky-ref-manual/ref-bitbake.xml | 4 ++-- documentation/poky-ref-manual/ref-classes.xml | 6 +++--- documentation/poky-ref-manual/ref-images.xml | 2 +- documentation/poky-ref-manual/ref-structure.xml | 8 ++++---- documentation/poky-ref-manual/ref-variables.xml | 10 +++++----- documentation/poky-ref-manual/resources.xml | 2 +- documentation/poky-ref-manual/usingpoky.xml | 2 +- 10 files changed, 25 insertions(+), 25 deletions(-) (limited to 'documentation') diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 492a7956d2..7f793c896e 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -131,7 +131,7 @@ meta-crownbay/conf/machine/crownbay.conf meta-crownbay/recipes-bsp/formfactor/formfactor/crownbay/machconfig meta-crownbay/recipes-bsp/formfactor/formfactor_0.0.bbappend - meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xcorg.conf + meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd-bin/.gitignore meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd-bin_1.7.99.2.bb @@ -355,7 +355,7 @@ All files that are needed for the BSP to support a display are kept here. For example, in the Crownbay BSP several display support files exist: - meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xcorg.conf + meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config/crownbay/xorg.conf meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bbappend meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd-bin/.gitignore meta-crownbay/recipes-graphics/xorg-xserver/xserver-xf86-emgd-bin_1.7.99.2.bb diff --git a/documentation/poky-ref-manual/development.xml b/documentation/poky-ref-manual/development.xml index 53e6904545..15f40fed6b 100644 --- a/documentation/poky-ref-manual/development.xml +++ b/documentation/poky-ref-manual/development.xml @@ -292,7 +292,7 @@ It is worth remembering that when using devshell you need to use the full compiler name such as arm-poky-linux-gnueabi-gcc instead of just using gcc. - The same applies to other applications such as bintuils, + The same applies to other applications such as binutils, libtool and so forth. The Yocto Project has setup environment variables such as CC to assist applications, such as make to find the correct tools. diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml index 0982d9d953..6a1f741aca 100644 --- a/documentation/poky-ref-manual/faq.xml +++ b/documentation/poky-ref-manual/faq.xml @@ -124,7 +124,7 @@ - The Vernier Labquest is using Poky (for more about the Labquest see the case study at OpenedHand). There are a number of pre-production devices using Poky and we will announce those as soon as they are released. + The Vernier LabQuest is using Poky (for more about the LabQuest see the case study at OpenedHand). There are a number of pre-production devices using Poky and we will announce those as soon as they are released. @@ -299,7 +299,7 @@ - I'm using Ubuntu Intrepid and am seeing build failures. Whats wrong? + I'm using Ubuntu Intrepid and am seeing build failures. What’s wrong? @@ -315,7 +315,7 @@ - Whats the difference between foo and foo-native? + What’s the difference between foo and foo-native? @@ -473,7 +473,7 @@ The way Poky obtains source code is highly configurable. - You can setup Poky to get source code in most environmnents if + You can setup Poky to get source code in most environments if HTTP transport is available. @@ -501,7 +501,7 @@ These changes cause Poky to intercept GIT, FTP, HTTP, and HTTPS requests and direct them to the http:// sources mirror. - You can use file:// urls to point to local directories + You can use file:// URLs to point to local directories or network shares as well. diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml index f0816103d8..b11bd5a2fd 100644 --- a/documentation/poky-ref-manual/ref-bitbake.xml +++ b/documentation/poky-ref-manual/ref-bitbake.xml @@ -70,7 +70,7 @@ The base.bbclass file is always included. Other classes that are specified in the configuration using the INHERIT - variable are also inculded. + variable are also included. Class files are searched for in a classes subdirectory under the paths in BBPATH in the same way as configuration files. @@ -128,7 +128,7 @@ Sometimes a target might have multiple providers. A common example is "virtual/kernel", which is provided by each kernel package. - Each machine often elects the best kernel provider by using a line similar to the + Each machine often selects the best kernel provider by using a line similar to the following in the machine configuration file: diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml index d054df1204..905538d878 100644 --- a/documentation/poky-ref-manual/ref-classes.xml +++ b/documentation/poky-ref-manual/ref-classes.xml @@ -81,7 +81,7 @@ Alternatives - <filename>update-alternatives.bbclass</filename> - Several programs can fulfill the same or similar function and be installed with the same name. + Several programs can fulfil the same or similar function and be installed with the same name. For example, the ar command is available from the busybox, binutils and elfutils packages. @@ -211,7 +211,7 @@ Recipes for Perl modules are simple. These recipes usually only need to point to the source's archive and then inherit the proper .bbclass file. - Building is split into two methods dependling on which method the module authors used. + Building is split into two methods depending on which method the module authors used. @@ -360,7 +360,7 @@ used to provide cached test results so these tests can be skipped over but still make the correct values available. The meta/site directory - contains test results sorted into different categories such as architecture, endianess, and + contains test results sorted into different categories such as architecture, endianness, and the libc used. Site information provides a list of files containing data relevant to the current build in the diff --git a/documentation/poky-ref-manual/ref-images.xml b/documentation/poky-ref-manual/ref-images.xml index 19a2a37efd..c67a01fbe0 100644 --- a/documentation/poky-ref-manual/ref-images.xml +++ b/documentation/poky-ref-manual/ref-images.xml @@ -86,7 +86,7 @@ from a USB device or CD as is. core-image-clutter: An image with support for the Open GL-based toolkit Clutter, which enables development of - rich and animated graphical user interaces. + rich and animated graphical user interfaces. core-image-sato: An image with Sato support, a mobile environment and visual style that works well with mobile devices. diff --git a/documentation/poky-ref-manual/ref-structure.xml b/documentation/poky-ref-manual/ref-structure.xml index 3e3b7944d3..be81faf586 100644 --- a/documentation/poky-ref-manual/ref-structure.xml +++ b/documentation/poky-ref-manual/ref-structure.xml @@ -173,7 +173,7 @@ <filename>build/pseudodone</filename> - This tag file indicates that the intitial pseudo binary was created. + This tag file indicates that the initial pseudo binary was created. The file is built the first time BitBake is invoked. @@ -468,7 +468,7 @@ Any distribution-specific configuration is controlled from this directory. The Yocto Project only contains the Yocto Project distribution so defaultsetup.conf is the main file here. - This directory includes the versions and SRCDATES for applications that are configured here. + This directory includes the versions and SRCDATEs for applications that are configured here. An example of an alternative configuration is poky-bleeding.conf although this file mainly inherits its configuration from the Yocto Project itself. @@ -479,7 +479,7 @@ This directory contains anything linking to specific hardware or hardware configuration information - such as "uboot" and "grub". + such as "u-boot" and "grub". @@ -575,7 +575,7 @@ This directory contains recipes that used by other recipes, but that are not directly - included in images (i.e. depenendies of other recipes). + included in images (i.e. dependencies of other recipes). diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 40ef56d368..e60f2ae5ae 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -76,7 +76,7 @@ Identifies layer-specific .bbfiles, which contain recipes used by BitBake to build software. - The Variable is appended with a layer name. + The variable is appended with a layer name. @@ -322,7 +322,7 @@ IMAGE_FEATURES variable generally configured in image recipes. You can use this variable to add more features in addition to those. - Here are some exmaples of features you can add: + Here are some examples of features you can add: "dbg-pkgs" - Adds -dbg packages for all installed packages including symbol information for debugging and @@ -647,7 +647,7 @@ PACKAGE_DESCRIPTION - The long form description of the binary package for packaging sytems such as + The long form description of the binary package for packaging systems such as ipkg, rpm or debian. By default, this variable inherits DESCRIPTION. @@ -664,7 +664,7 @@ PACKAGE_SUMMARY The short (72 character limit suggested) summary of the binary - package for packaging sytems such as ipkg, + package for packaging systems such as ipkg, rpm or debian. By default, this variable inherits DESCRIPTION. @@ -1026,7 +1026,7 @@ TERMCMD - This command is used by BitBake to lauch a terminal window with a + This command is used by BitBake to launch a terminal window with a shell. The shell is unspecified so the user's default shell is used. By default, the variable is set to "gnome-terminal" but it can diff --git a/documentation/poky-ref-manual/resources.xml b/documentation/poky-ref-manual/resources.xml index eae37fe136..69e998b6ed 100644 --- a/documentation/poky-ref-manual/resources.xml +++ b/documentation/poky-ref-manual/resources.xml @@ -72,7 +72,7 @@ The Yocto Project website - The home site - for Yocto Project. + for the Yocto Project.