mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
ec447505b2
commit
2311ec16a5
@@ -728,22 +728,6 @@ system and gives an overview of their function and contents.
|
||||
":ref:`dev-manual/common-tasks:building images for multiple targets using multiple configurations`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
:term:`BBPATH`
|
||||
Used by BitBake to locate ``.bbclass`` and configuration files. This
|
||||
variable is analogous to the ``PATH`` variable.
|
||||
|
||||
.. note::
|
||||
|
||||
If you run BitBake from a directory outside of the
|
||||
:term:`Build Directory`, you must be sure to set :term:`BBPATH`
|
||||
to point to the Build Directory. Set the variable as you would any
|
||||
environment variable and then run BitBake::
|
||||
|
||||
$ BBPATH = "build_directory"
|
||||
$ export BBPATH
|
||||
$ bitbake target
|
||||
|
||||
|
||||
:term:`BBSERVER`
|
||||
If defined in the BitBake environment, :term:`BBSERVER` points to the
|
||||
BitBake remote server.
|
||||
|
||||
Reference in New Issue
Block a user