summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-bitbake.xml
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-08-23 13:06:37 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-24 19:49:35 -0700
commite4e0d026c17bf628d18fb8ee9e6c59498c37e57c (patch)
tree33405033f29d4550820a920c04919c8588ca3cab /documentation/poky-ref-manual/ref-bitbake.xml
parent82fd0556c2a9c6c6b319b9fd44ba26124dd052ab (diff)
downloadpoky-e4e0d026c17bf628d18fb8ee9e6c59498c37e57c.tar.gz
documentation: typo, spelling & minor grammar fixes
(From yocto-docs rev: a5b069b04979a566b08415cf27af2ad6abf90f2f) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/ref-bitbake.xml')
-rw-r--r--documentation/poky-ref-manual/ref-bitbake.xml4
1 files changed, 2 insertions, 2 deletions
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 @@
70 The <filename>base.bbclass</filename> file is always included. 70 The <filename>base.bbclass</filename> file is always included.
71 Other classes that are specified in the configuration using the 71 Other classes that are specified in the configuration using the
72 <filename><link linkend='var-INHERIT'>INHERIT</link></filename> 72 <filename><link linkend='var-INHERIT'>INHERIT</link></filename>
73 variable are also inculded. 73 variable are also included.
74 Class files are searched for in a <filename>classes</filename> subdirectory 74 Class files are searched for in a <filename>classes</filename> subdirectory
75 under the paths in <filename>BBPATH</filename> in the same way as 75 under the paths in <filename>BBPATH</filename> in the same way as
76 configuration files. 76 configuration files.
@@ -128,7 +128,7 @@
128 <para> 128 <para>
129 Sometimes a target might have multiple providers. 129 Sometimes a target might have multiple providers.
130 A common example is "virtual/kernel", which is provided by each kernel package. 130 A common example is "virtual/kernel", which is provided by each kernel package.
131 Each machine often elects the best kernel provider by using a line similar to the 131 Each machine often selects the best kernel provider by using a line similar to the
132 following in the machine configuration file: 132 following in the machine configuration file:
133 </para> 133 </para>
134 134