diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-04-14 15:31:14 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-21 23:03:19 +0100 |
commit | 45880c7235583acd62d7fc068d9301df8872b7ce (patch) | |
tree | 6a9894958d60ee7cdf383a9b241c19c5fb4f0481 /bitbake | |
parent | 8f4b4e6f318edf50b65c22d10f5499c020f469a0 (diff) | |
download | poky-45880c7235583acd62d7fc068d9301df8872b7ce.tar.gz |
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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1089 | Set the variable as you would any environment variable | 1089 | Set the variable as you would any environment variable |
1090 | and then run BitBake: | 1090 | and then run BitBake: |
1091 | <literallayout class='monospaced'> | 1091 | <literallayout class='monospaced'> |
1092 | $ BBPATH = "<build_directory>" | 1092 | $ BBPATH="<build_directory>" |
1093 | $ export BBPATH | 1093 | $ export BBPATH |
1094 | $ bitbake <target> | 1094 | $ bitbake <target> |
1095 | </literallayout> | 1095 | </literallayout> |