diff options
Diffstat (limited to 'documentation/ref-manual/structure.rst')
-rw-r--r-- | documentation/ref-manual/structure.rst | 11 |
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 | ||
668 | This directory contains the ``*.bbclass`` files. Class files are used to | 668 | This directory contains the ``*.bbclass`` files. Class files are used to |
669 | abstract common code so it can be reused by multiple packages. Every | 669 | abstract common code so it can be reused by multiple packages. Every |
670 | package inherits the ``base.bbclass`` file. Examples of other important | 670 | package inherits the :ref:`ref-classes-base` file. Examples of other important |
671 | classes are ``autotools.bbclass``, which in theory allows any | 671 | classes are :ref:`ref-classes-autotools`, which in theory allows any |
672 | Autotool-enabled package to work with the Yocto Project with minimal | 672 | Autotool-enabled package to work with the Yocto Project with minimal |
673 | effort. Another example is ``kernel.bbclass`` that contains common code | 673 | effort. Another example is :ref:`ref-classes-kernel` that contains common code |
674 | and functions for working with the Linux kernel. Functions like image | 674 | and functions for working with the Linux kernel. Functions like image |
675 | generation or packaging also have their specific class files such as | 675 | generation 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 | ||
678 | For reference information on classes, see the | 679 | For 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 | ||