summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-04-04 13:56:48 -0500
committerSaul Wold <sgw@linux.intel.com>2011-05-06 17:44:18 -0700
commit58e3304ea09c44b02cd5a8ce185956b9940bbd57 (patch)
treed21d36f09ca97410a9a87b28c7532add0f87424a /documentation
parenteb835494488acfe9094c2be90541b989e39cc533 (diff)
downloadpoky-58e3304ea09c44b02cd5a8ce185956b9940bbd57.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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky-ref-manual/ref-bitbake.xml6
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