summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/structure.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/structure.rst')
-rw-r--r--documentation/ref-manual/structure.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/documentation/ref-manual/structure.rst b/documentation/ref-manual/structure.rst
index 5d2e3a86ef..262b041ea6 100644
--- a/documentation/ref-manual/structure.rst
+++ b/documentation/ref-manual/structure.rst
@@ -667,16 +667,17 @@ Yocto Project. Metadata has several important subdivisions:
667 667
668This directory contains the ``*.bbclass`` files. Class files are used to 668This directory contains the ``*.bbclass`` files. Class files are used to
669abstract common code so it can be reused by multiple packages. Every 669abstract common code so it can be reused by multiple packages. Every
670package inherits the ``base.bbclass`` file. Examples of other important 670package inherits the :ref:`ref-classes-base` file. Examples of other important
671classes are ``autotools.bbclass``, which in theory allows any 671classes are :ref:`ref-classes-autotools`, which in theory allows any
672Autotool-enabled package to work with the Yocto Project with minimal 672Autotool-enabled package to work with the Yocto Project with minimal
673effort. Another example is ``kernel.bbclass`` that contains common code 673effort. Another example is :ref:`ref-classes-kernel` that contains common code
674and functions for working with the Linux kernel. Functions like image 674and functions for working with the Linux kernel. Functions like image
675generation or packaging also have their specific class files such as 675generation or packaging also have their specific class files such as
676``image.bbclass``, ``rootfs_*.bbclass`` and ``package*.bbclass``. 676:ref:`ref-classes-image`, :ref:`ref-classes-rootfs*` and
677:ref:`package*.bbclass <ref-classes-package>`.
677 678
678For reference information on classes, see the 679For reference information on classes, see the
679":ref:`ref-manual/classes:Classes`" chapter. 680":doc:`/ref-manual/classes`" chapter.
680 681
681.. _structure-meta-conf: 682.. _structure-meta-conf:
682 683