summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-09-22 09:47:18 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-24 17:44:56 +0100
commit2311ec16a5fbd1235069ac9994027d3efd4b2a73 (patch)
treeaae36944f3583ad7ae875b3129661c4d310fc9f9 /documentation
parentec447505b238bbd42e6e14334fa57f46ba8fc35c (diff)
downloadpoky-2311ec16a5fbd1235069ac9994027d3efd4b2a73.tar.gz
ref-manual: variables.rst: remove BBPATH
As reported in [YOCTO #14502], the description of BBPATH in the Yocto Project Manual is redundant with its description in the BitBake User Manual. (From yocto-docs rev: 5feb4e174e0aec6a48b1131889a5b8547b9b9921) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst16
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.