diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky-ref-manual/ref-bitbake.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml index 1a98b048be..8076066f30 100644 --- a/documentation/poky-ref-manual/ref-bitbake.xml +++ b/documentation/poky-ref-manual/ref-bitbake.xml | |||
@@ -34,7 +34,7 @@ | |||
34 | <para> | 34 | <para> |
35 | The first thing BitBake does is look for the <filename>bitbake.conf</filename> file. | 35 | The first thing BitBake does is look for the <filename>bitbake.conf</filename> file. |
36 | Poky keeps this file in <filename class="directory">meta/conf/</filename>. | 36 | Poky keeps this file in <filename class="directory">meta/conf/</filename>. |
37 | BitBake finds it by examining the <varname>BBPATH</varname> environment | 37 | BitBake finds it by examining the <filename>BBPATH</filename> environment |
38 | variable and looking for the <filename class="directory">meta/conf/</filename> | 38 | variable and looking for the <filename class="directory">meta/conf/</filename> |
39 | directory. | 39 | directory. |
40 | </para> | 40 | </para> |
@@ -42,7 +42,7 @@ | |||
42 | <para> | 42 | <para> |
43 | In Poky, <filename>bitbake.conf</filename> lists other configuration | 43 | In Poky, <filename>bitbake.conf</filename> lists other configuration |
44 | files to include from a <filename class="directory">conf/</filename> | 44 | files to include from a <filename class="directory">conf/</filename> |
45 | directory below the directories listed in <varname>BBPATH</varname>. | 45 | directory below the directories listed in <filename>BBPATH</filename>. |
46 | In general the most important configuration file from a user's perspective | 46 | In general the most important configuration file from a user's perspective |
47 | is <filename>local.conf</filename>, which contains a user's customized | 47 | is <filename>local.conf</filename>, which contains a user's customized |
48 | settings for Poky. | 48 | settings for Poky. |
@@ -70,7 +70,7 @@ | |||
70 | <glossterm><link linkend='var-INHERIT'>INHERIT</link></glossterm> | 70 | <glossterm><link linkend='var-INHERIT'>INHERIT</link></glossterm> |
71 | variable are also inculded. | 71 | variable are also inculded. |
72 | Class files are searched for in a classes subdirectory | 72 | Class files are searched for in a classes subdirectory |
73 | under the paths in <varname>BBPATH</varname> in the same way as | 73 | under the paths in <filename>BBPATH</filename> in the same way as |
74 | configuration files. | 74 | configuration files. |
75 | </para> | 75 | </para> |
76 | 76 | ||