From: Scott Rifenbark Date: Tue, 21 Jan 2014 23:25:41 +0000 (-0600) Subject: user-manual-ref-variables.xml: Fixed references to "Build Directory". X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9e3de2bb3e73204ef35d102ff26ee7393056ede;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Scott Rifenbark --- diff --git a/doc/user-manual/user-manual-ref-variables.xml b/doc/user-manual/user-manual-ref-variables.xml index 4a3080f8413..dc1fb9b197a 100644 --- a/doc/user-manual/user-manual-ref-variables.xml +++ b/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.