From 2c79d57ded82ab9e8997f835e694002ba04d06ae Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 14 Apr 2014 17:10:03 -0700 Subject: bitbake: 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. (Bitbake rev: 0fa37e4ba864620972854e8405ed68bb8e8b1560) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../bitbake-user-manual-ref-variables.xml | 23 +++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'bitbake/doc') diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml index 89f30c42e6..b33a457d63 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml +++ b/bitbake/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 v1.2.3-54-g00ecf