From 3e56fd15e65eda6575f01929046df963711f2909 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 4 Apr 2011 13:56:48 -0500 Subject: 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 Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-bitbake.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/poky-ref-manual') 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. -- cgit v1.2.3-54-g00ecf