From 45880c7235583acd62d7fc068d9301df8872b7ce Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 14 Apr 2014 15:31:14 -0700 Subject: bitbake: 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. (Bitbake rev: 896a1c102a4afda0e5d07d009bd7918044f88269) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 6a5af89ffa..89f30c42e6 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 @@ -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 v1.2.3-54-g00ecf