From 67f5f536b022293ad3f5c5f176e33b7896bde89f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 14 Apr 2014 15:31:14 -0700 Subject: bitbake-user-manual-ref-variables.xml: Fixed BBPATH example The example used in the note in the BBPATH variable description had incorrect syntax. Spaces existed in the BBPATH = statement. I have removed them. Signed-off-by: Scott Rifenbark --- doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6a5af89ff..89f30c42e 100644 --- a/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml +++ b/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml @@ -1089,7 +1089,7 @@ Set the variable as you would any environment variable and then run BitBake: - $ BBPATH = "<build_directory>" + $ BBPATH="<build_directory>" $ export BBPATH $ bitbake <target> -- cgit 1.2.3-korg