diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-12-02 14:34:31 -0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-12-10 22:01:27 -0800 |
commit | 9f4c630dbd1ba074e20b69b759404ef31595851d (patch) | |
tree | ad0fea2dee2a87076d100b32974d70becce8d5bb /documentation/poky-ref-manual/ref-variables.xml | |
parent | 111f0678eecb63f8f44a5128bc3bfc46942231a7 (diff) | |
download | poky-9f4c630dbd1ba074e20b69b759404ef31595851d.tar.gz |
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 <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation/poky-ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 8 |
1 files changed, 4 insertions, 4 deletions
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 @@ | |||
101 | 101 | ||
102 | <glossentry id='var-BBPATH'><glossterm>BBPATH</glossterm> | 102 | <glossentry id='var-BBPATH'><glossterm>BBPATH</glossterm> |
103 | <glossdef> | 103 | <glossdef> |
104 | <para>Used by Bitbake to locate bbclass and configuration files. This variable is analagous to | 104 | <para>Used by Bitbake to locate bbclass and configuration files. This variable is analogous to |
105 | the PATH variable.</para> | 105 | the PATH variable.</para> |
106 | </glossdef> | 106 | </glossdef> |
107 | </glossentry> | 107 | </glossentry> |
@@ -140,9 +140,9 @@ | |||
140 | 140 | ||
141 | <glossentry id='var-COMPATIBLE_MACHINE'><glossterm>COMPATIBLE_MACHINE</glossterm> | 141 | <glossentry id='var-COMPATIBLE_MACHINE'><glossterm>COMPATIBLE_MACHINE</glossterm> |
142 | <glossdef> | 142 | <glossdef> |
143 | <para>A regular expression which evalutates to match the machines the recipe | 143 | <para>A regular expression which evaluates to match the machines the recipe |
144 | works with. It stops recipes being run on machines they're incompatible with, | 144 | works with. It stops recipes being run on machines they're incompatible with, |
145 | which is partciuarly useful with kernels. It also helps to increase parsing | 145 | which is particularly useful with kernels. It also helps to increase parsing |
146 | speed as further parsing of the recipe is skipped as if it found the current | 146 | speed as further parsing of the recipe is skipped as if it found the current |
147 | machine is not compatible.</para> | 147 | machine is not compatible.</para> |
148 | </glossdef> | 148 | </glossdef> |
@@ -833,7 +833,7 @@ recipes-graphics/xorg-font/fiont-alias_1.0.2.bb:PR - "$(INC_PR).0" | |||
833 | 833 | ||
834 | <glossentry id='var-SUMMARY'><glossterm>SUMMARY</glossterm> | 834 | <glossentry id='var-SUMMARY'><glossterm>SUMMARY</glossterm> |
835 | <glossdef> | 835 | <glossdef> |
836 | <para>Short (72 char suggested) Summary of binary package for packaging sytems such as ipkg, rpm or debian, inherits DESCRIPTION by default</para> | 836 | <para>Short (72 char suggested) Summary of binary package for packaging systems such as ipkg, rpm or debian, inherits DESCRIPTION by default</para> |
837 | </glossdef> | 837 | </glossdef> |
838 | </glossentry> | 838 | </glossentry> |
839 | 839 | ||