summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml2
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 = "&lt;build_directory&gt;" 1092 $ BBPATH="&lt;build_directory&gt;"
1093 $ export BBPATH 1093 $ export BBPATH
1094 $ bitbake &lt;target&gt; 1094 $ bitbake &lt;target&gt;
1095 </literallayout> 1095 </literallayout>