summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
index 98f152df80..d941e212bf 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.rst
@@ -206,6 +206,18 @@ installing (empty by default) and packaging (empty by default). These
206tasks are often overridden or extended by other classes added during the 206tasks are often overridden or extended by other classes added during the
207project development process. 207project development process.
208 208
209.. note::
210
211 While BitBake comes with just the one ``base.bbclass`` file in the
212 ``classes`` directory, it supports class files also being installed
213 in related directories ``classes-global`` and ``classes-recipe`` and
214 will automatically search all three directories for a selected class
215 file.
216
217 This means that, in this documentation, when you see a reference to
218 class files being in the ``classes`` directory, you can interpret that
219 as meaning in any one of the above three directories.
220
209Layers 221Layers
210------ 222------
211 223