diff options
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index fe845bf375..72aca440be 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -728,22 +728,6 @@ system and gives an overview of their function and contents. | |||
728 | ":ref:`dev-manual/common-tasks:building images for multiple targets using multiple configurations`" | 728 | ":ref:`dev-manual/common-tasks:building images for multiple targets using multiple configurations`" |
729 | section in the Yocto Project Development Tasks Manual. | 729 | section in the Yocto Project Development Tasks Manual. |
730 | 730 | ||
731 | :term:`BBPATH` | ||
732 | Used by BitBake to locate ``.bbclass`` and configuration files. This | ||
733 | variable is analogous to the ``PATH`` variable. | ||
734 | |||
735 | .. note:: | ||
736 | |||
737 | If you run BitBake from a directory outside of the | ||
738 | :term:`Build Directory`, you must be sure to set :term:`BBPATH` | ||
739 | to point to the Build Directory. Set the variable as you would any | ||
740 | environment variable and then run BitBake:: | ||
741 | |||
742 | $ BBPATH = "build_directory" | ||
743 | $ export BBPATH | ||
744 | $ bitbake target | ||
745 | |||
746 | |||
747 | :term:`BBSERVER` | 731 | :term:`BBSERVER` |
748 | If defined in the BitBake environment, :term:`BBSERVER` points to the | 732 | If defined in the BitBake environment, :term:`BBSERVER` points to the |
749 | BitBake remote server. | 733 | BitBake remote server. |