From 9f4c630dbd1ba074e20b69b759404ef31595851d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 2 Dec 2010 14:34:31 -0800 Subject: documentation/poky-ref-manual: changes applied from a patch submitted by Cyril Humbert. Cyril submitted a patch via email form for several spelling corrections. The master docs, however, are not up-to-date with what I have on my contrib area. Many of Cyril's corrections were already addressed. A few were not and I have updated them here with this commit. Signed-off-by: Scott Rifenbark --- documentation/poky-ref-manual/ref-bitbake.xml | 2 +- documentation/poky-ref-manual/ref-classes.xml | 4 ++-- documentation/poky-ref-manual/ref-images.xml | 2 +- documentation/poky-ref-manual/ref-variables.xml | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml index 9554c11388..cf019aabcd 100644 --- a/documentation/poky-ref-manual/ref-bitbake.xml +++ b/documentation/poky-ref-manual/ref-bitbake.xml @@ -84,7 +84,7 @@ directory within Poky, but other directories such as meta-extras/ can be included too. - Adding extra content to BBFILES is best acheived through the use of BitBake + Adding extra content to BBFILES is best achieved through the use of BitBake "layers". diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml index 38122c0301..d7cfb6e143 100644 --- a/documentation/poky-ref-manual/ref-classes.xml +++ b/documentation/poky-ref-manual/ref-classes.xml @@ -45,7 +45,7 @@ Autotools (autoconf, automake, libtool) brings standardisation and this class aims to define a set of tasks (configure, compile etc.) that will - work for all autotooled packages. It should usualy be enough to define + work for all autotooled packages. It should usually be enough to define a few standard variables as documented in the simple autotools example section and then simply "inherit autotools". This class @@ -60,7 +60,7 @@ - 'do_configure' regenearates the configure script (using autoreconf) and + 'do_configure' regenerates the configure script (using autoreconf) and then launches it with a standard set of arguments used during cross-compilation. Additional parameters can be passed to configure through the meta-toolchain - This generates a tarball containing a standalone toolchain which can be used externally to Poky. It is self contained and unpacks to the /opt/poky - directory. It also contains a copy of QEMU and the scripts neccessary to run + directory. It also contains a copy of QEMU and the scripts necessary to run poky QEMU images. diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index e4c60d195f..e105c445c1 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -101,7 +101,7 @@ BBPATH - Used by Bitbake to locate bbclass and configuration files. This variable is analagous to + Used by Bitbake to locate bbclass and configuration files. This variable is analogous to the PATH variable. @@ -140,9 +140,9 @@ COMPATIBLE_MACHINE - A regular expression which evalutates to match the machines the recipe + A regular expression which evaluates to match the machines the recipe works with. It stops recipes being run on machines they're incompatible with, - which is partciuarly useful with kernels. It also helps to increase parsing + which is particularly useful with kernels. It also helps to increase parsing speed as further parsing of the recipe is skipped as if it found the current machine is not compatible. @@ -833,7 +833,7 @@ recipes-graphics/xorg-font/fiont-alias_1.0.2.bb:PR - "$(INC_PR).0" SUMMARY - Short (72 char suggested) Summary of binary package for packaging sytems such as ipkg, rpm or debian, inherits DESCRIPTION by default + Short (72 char suggested) Summary of binary package for packaging systems such as ipkg, rpm or debian, inherits DESCRIPTION by default -- cgit 1.2.3-korg