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.