From: Scott Rifenbark Date: Mon, 4 Apr 2011 18:56:48 +0000 (-0500) Subject: documentation/poky-ref-manual/ref-bitbake.xml: removed 'varname' style X-Git-Tag: 2011-1~1842 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1b63d69c3c2e4b5561dc59d020b59d875420872f;p=openembedded-core.git documentation/poky-ref-manual/ref-bitbake.xml: removed 'varname' style I replaced varname style with filename style. Looks better. We have too many styles. Signed-off-by: Scott Rifenbark --- 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 @@ The first thing BitBake does is look for the bitbake.conf file. Poky keeps this file in meta/conf/. - BitBake finds it by examining the BBPATH environment + BitBake finds it by examining the BBPATH environment variable and looking for the meta/conf/ directory. @@ -42,7 +42,7 @@ In Poky, bitbake.conf lists other configuration files to include from a conf/ - directory below the directories listed in BBPATH. + directory below the directories listed in BBPATH. In general the most important configuration file from a user's perspective is local.conf, which contains a user's customized settings for Poky. @@ -70,7 +70,7 @@ INHERIT variable are also inculded. Class files are searched for in a classes subdirectory - under the paths in BBPATH in the same way as + under the paths in BBPATH in the same way as configuration files.