From 783f29a593ce16a37b275b02f71b3ec918ef8c91 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 14 Apr 2014 17:10:03 -0700 Subject: bitbake-user-manual-ref-variables.xml: Edits to the BBPATH variable. I took the stuff about running bitbake outside the build directory and removed the note syntax. Signed-off-by: Scott Rifenbark --- .../bitbake-user-manual-ref-variables.xml | 23 +++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml') diff --git a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml index 89f30c42e..b33a457d6 100644 --- a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml +++ b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml @@ -1080,20 +1080,21 @@ (.conf) files. This variable is analogous to the PATH variable. - - If you run BitBake from a directory outside of the - build directory, - you must be sure to set - BBPATH to point to the - build directory. - Set the variable as you would any environment variable - and then run BitBake: - + + + + If you run BitBake from a directory outside of the + build directory, + you must be sure to set + BBPATH to point to the + build directory. + Set the variable as you would any environment variable + and then run BitBake: + $ BBPATH="<build_directory>" $ export BBPATH $ bitbake <target> - - + -- cgit 1.2.3-korg