diff options
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.rst | 10 |
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 | ||
66 | The ``layer.conf`` files are used to construct key variables such as | 66 | The ``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 | 68 | configuration 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. |
70 | to 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 | 71 | and ``.bbappend``). If there is no ``bblayers.conf`` file, it is assumed the |
72 | user has set the :term:`BBPATH` and :term:`BBFILES` directly in the environment. | 72 | user has set the :term:`BBPATH` and :term:`BBFILES` directly in the environment. |
73 | 73 | ||
74 | Next, the ``bitbake.conf`` file is located using the :term:`BBPATH` variable | 74 | Next, the ``bitbake.conf`` file is located using the :term:`BBPATH` variable |