diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky-ref-manual/ref-bitbake.xml | 2 | ||||
-rw-r--r-- | documentation/poky-ref-manual/ref-classes.xml | 4 | ||||
-rw-r--r-- | documentation/poky-ref-manual/ref-images.xml | 2 | ||||
-rw-r--r-- | 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 @@ | |||
84 | </filename> directory within Poky, but other directories such as | 84 | </filename> directory within Poky, but other directories such as |
85 | <filename class="directory">meta-extras/</filename> can be included | 85 | <filename class="directory">meta-extras/</filename> can be included |
86 | too. | 86 | too. |
87 | Adding extra content to BBFILES is best acheived through the use of BitBake | 87 | Adding extra content to BBFILES is best achieved through the use of BitBake |
88 | <link linkend='usingpoky-changes-layers'>"layers"</link>. | 88 | <link linkend='usingpoky-changes-layers'>"layers"</link>. |
89 | </para> | 89 | </para> |
90 | 90 | ||
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 @@ | |||
45 | <para> | 45 | <para> |
46 | Autotools (autoconf, automake, libtool) brings standardisation and this | 46 | Autotools (autoconf, automake, libtool) brings standardisation and this |
47 | class aims to define a set of tasks (configure, compile etc.) that will | 47 | class aims to define a set of tasks (configure, compile etc.) that will |
48 | work for all autotooled packages. It should usualy be enough to define | 48 | work for all autotooled packages. It should usually be enough to define |
49 | a few standard variables as documented in the <link | 49 | a few standard variables as documented in the <link |
50 | linkend='usingpoky-extend-addpkg-autotools'>simple autotools | 50 | linkend='usingpoky-extend-addpkg-autotools'>simple autotools |
51 | example</link> section and then simply "inherit autotools". This class | 51 | example</link> section and then simply "inherit autotools". This class |
@@ -60,7 +60,7 @@ | |||
60 | <itemizedlist> | 60 | <itemizedlist> |
61 | <listitem> | 61 | <listitem> |
62 | <para> | 62 | <para> |
63 | 'do_configure' regenearates the configure script (using autoreconf) and | 63 | 'do_configure' regenerates the configure script (using autoreconf) and |
64 | then launches it with a standard set of arguments used during | 64 | then launches it with a standard set of arguments used during |
65 | cross-compilation. Additional parameters can be passed to | 65 | cross-compilation. Additional parameters can be passed to |
66 | <command>configure</command> through the <glossterm><link | 66 | <command>configure</command> through the <glossterm><link |
diff --git a/documentation/poky-ref-manual/ref-images.xml b/documentation/poky-ref-manual/ref-images.xml index 822c6b0bbc..b74b5230cf 100644 --- a/documentation/poky-ref-manual/ref-images.xml +++ b/documentation/poky-ref-manual/ref-images.xml | |||
@@ -52,7 +52,7 @@ | |||
52 | <emphasis>meta-toolchain</emphasis> - This generates a tarball containing | 52 | <emphasis>meta-toolchain</emphasis> - This generates a tarball containing |
53 | a standalone toolchain which can be used externally to Poky. It is self | 53 | a standalone toolchain which can be used externally to Poky. It is self |
54 | contained and unpacks to the <filename class="directory">/opt/poky</filename> | 54 | contained and unpacks to the <filename class="directory">/opt/poky</filename> |
55 | directory. It also contains a copy of QEMU and the scripts neccessary to run | 55 | directory. It also contains a copy of QEMU and the scripts necessary to run |
56 | poky QEMU images. | 56 | poky QEMU images. |
57 | </para> | 57 | </para> |
58 | </listitem> | 58 | </listitem> |
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 | ||