diff options
Diffstat (limited to 'bitbake/doc')
-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> |