summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-bitbake.xml
diff options
context:
space:
mode:
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