mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
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>
This commit is contained in:
committed by
Saul Wold
parent
eb83549448
commit
58e3304ea0
@@ -34,7 +34,7 @@
|
|||||||
<para>
|
<para>
|
||||||
The first thing BitBake does is look for the <filename>bitbake.conf</filename> file.
|
The first thing BitBake does is look for the <filename>bitbake.conf</filename> file.
|
||||||
Poky keeps this file in <filename class="directory">meta/conf/</filename>.
|
Poky keeps this file in <filename class="directory">meta/conf/</filename>.
|
||||||
BitBake finds it by examining the <varname>BBPATH</varname> environment
|
BitBake finds it by examining the <filename>BBPATH</filename> environment
|
||||||
variable and looking for the <filename class="directory">meta/conf/</filename>
|
variable and looking for the <filename class="directory">meta/conf/</filename>
|
||||||
directory.
|
directory.
|
||||||
</para>
|
</para>
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
<para>
|
<para>
|
||||||
In Poky, <filename>bitbake.conf</filename> lists other configuration
|
In Poky, <filename>bitbake.conf</filename> lists other configuration
|
||||||
files to include from a <filename class="directory">conf/</filename>
|
files to include from a <filename class="directory">conf/</filename>
|
||||||
directory below the directories listed in <varname>BBPATH</varname>.
|
directory below the directories listed in <filename>BBPATH</filename>.
|
||||||
In general the most important configuration file from a user's perspective
|
In general the most important configuration file from a user's perspective
|
||||||
is <filename>local.conf</filename>, which contains a user's customized
|
is <filename>local.conf</filename>, which contains a user's customized
|
||||||
settings for Poky.
|
settings for Poky.
|
||||||
@@ -70,7 +70,7 @@
|
|||||||
<glossterm><link linkend='var-INHERIT'>INHERIT</link></glossterm>
|
<glossterm><link linkend='var-INHERIT'>INHERIT</link></glossterm>
|
||||||
variable are also inculded.
|
variable are also inculded.
|
||||||
Class files are searched for in a classes subdirectory
|
Class files are searched for in a classes subdirectory
|
||||||
under the paths in <varname>BBPATH</varname> in the same way as
|
under the paths in <filename>BBPATH</filename> in the same way as
|
||||||
configuration files.
|
configuration files.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user