diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-04-04 13:56:48 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-06 08:01:17 -0700 |
| commit | 3e56fd15e65eda6575f01929046df963711f2909 (patch) | |
| tree | 130c6cf21492eed7889ed88d4e4c849b1c49334f | |
| parent | 2981801fc9c3f1d20eb7bba177eb943643c034a1 (diff) | |
| download | poky-3e56fd15e65eda6575f01929046df963711f2909.tar.gz | |
documentation/poky-ref-manual/ref-bitbake.xml: removed 'varname' style
I replaced varname style with filename style. Looks better. We have
too many styles.
(From OE-Core rev: 1b63d69c3c2e4b5561dc59d020b59d875420872f)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 | ||
