summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst
index d58fbb32ea..d407f59c0d 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-execution.rst
@@ -64,11 +64,11 @@ data itself is of various types:
64 together. 64 together.
65 65
66The ``layer.conf`` files are used to construct key variables such as 66The ``layer.conf`` files are used to construct key variables such as
67:term:`BBPATH` and :term:`BBFILES`. 67:term:`BBPATH` and :term:`BBFILES`. :term:`BBPATH` is used to search for
68:term:`BBPATH` is used to search for configuration and class files under the 68configuration files under the ``conf`` directory and class files under the
69``conf`` and ``classes`` directories, respectively. :term:`BBFILES` is used 69``classes-global``, ``classes-recipe`` and ``classes`` directories.
70to locate both recipe and recipe append files (``.bb`` and 70:term:`BBFILES` is used to locate both recipe and recipe append files (``.bb``
71``.bbappend``). If there is no ``bblayers.conf`` file, it is assumed the 71and ``.bbappend``). If there is no ``bblayers.conf`` file, it is assumed the
72user has set the :term:`BBPATH` and :term:`BBFILES` directly in the environment. 72user has set the :term:`BBPATH` and :term:`BBFILES` directly in the environment.
73 73
74Next, the ``bitbake.conf`` file is located using the :term:`BBPATH` variable 74Next, the ``bitbake.conf`` file is located using the :term:`BBPATH` variable