From 6201d18b79cc8e024d5d551818cfe81b23b6bca9 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 21 Jan 2014 17:25:41 -0600 Subject: bitbake: user-manual-ref-variables.xml: Fixed references to "Build Directory". I made sure that these are lower-cased. Also, removed the tags for cross-referencing into the term section of the YP Development Manual. (Bitbake rev: f9e3de2bb3e73204ef35d102ff26ee7393056ede) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- bitbake/doc/user-manual/user-manual-ref-variables.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/bitbake/doc/user-manual/user-manual-ref-variables.xml b/bitbake/doc/user-manual/user-manual-ref-variables.xml index 4a3080f841..dc1fb9b197 100644 --- a/bitbake/doc/user-manual/user-manual-ref-variables.xml +++ b/bitbake/doc/user-manual/user-manual-ref-variables.xml @@ -359,7 +359,7 @@ Lists the layers to enable during the build. This variable is defined in the bblayers.conf configuration - file in the Build Directory. + file in the build directory. Here is an example: BBLAYERS = " \ @@ -442,10 +442,10 @@ PATH variable. If you run BitBake from a directory outside of the - Build Directory, + build directory, you must be sure to set BBPATH to point to the - Build Directory. + build directory. Set the variable as you would any environment variable and then run BitBake: @@ -1285,8 +1285,7 @@ TOPDIR - Points to the - Build Directory. + Points to the build directory. BitBake automatically sets this variable. -- cgit v1.2.3-54-g00ecf