diff options
Diffstat (limited to 'bitbake/doc')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml | 23 |
1 files changed, 12 insertions, 11 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 89f30c42e6..b33a457d63 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 | |||
@@ -1080,20 +1080,21 @@ | |||
1080 | (<filename>.conf</filename>) files. | 1080 | (<filename>.conf</filename>) files. |
1081 | This variable is analogous to the | 1081 | This variable is analogous to the |
1082 | <filename>PATH</filename> variable. | 1082 | <filename>PATH</filename> variable. |
1083 | <note> | 1083 | </para> |
1084 | If you run BitBake from a directory outside of the | 1084 | |
1085 | build directory, | 1085 | <para> |
1086 | you must be sure to set | 1086 | If you run BitBake from a directory outside of the |
1087 | <filename>BBPATH</filename> to point to the | 1087 | build directory, |
1088 | build directory. | 1088 | you must be sure to set |
1089 | Set the variable as you would any environment variable | 1089 | <filename>BBPATH</filename> to point to the |
1090 | and then run BitBake: | 1090 | build directory. |
1091 | <literallayout class='monospaced'> | 1091 | Set the variable as you would any environment variable |
1092 | and then run BitBake: | ||
1093 | <literallayout class='monospaced'> | ||
1092 | $ BBPATH="<build_directory>" | 1094 | $ BBPATH="<build_directory>" |
1093 | $ export BBPATH | 1095 | $ export BBPATH |
1094 | $ bitbake <target> | 1096 | $ bitbake <target> |
1095 | </literallayout> | 1097 | </literallayout> |
1096 | </note> | ||
1097 | </para> | 1098 | </para> |
1098 | </glossdef> | 1099 | </glossdef> |
1099 | </glossentry> | 1100 | </glossentry> |