summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/concepts.rst
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@microsoft.com>2022-10-09 16:44:31 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-19 17:32:57 +0100
commitb1d17778658275a7757419f53bd47ed3906d50b2 (patch)
treee8098b8c308feb668dc83138ada8c40e6b1de046 /documentation/overview-manual/concepts.rst
parentc29eb10e31809a523109d638b80175d68dfc9930 (diff)
downloadpoky-b1d17778658275a7757419f53bd47ed3906d50b2.tar.gz
Update documentation for classes split
* Make reference to meta/classes* instead of just meta/classes * Update each reference to the path where the class has moved * Add a brief explanation to the classes reference explaining the split * Add a note to INHERIT, INHERIT_DISTRO, IMAGE_CLASSES and USER_CLASSES variable glossary entries mentioning where the specified classes must be located. I contemplated adding the same note to PACKAGE_CLASSES but decided against it, as it has a very specific usage and such a note might distract from the narrative of that entry. * Also trim the IMAGE_CLASSES entry which was quite outdated. * INHERIT += no longer works with testimage so drop the note about that (From yocto-docs rev: e76bed00b452d3049f6c22afbfb980b557a141bd) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-rw-r--r--documentation/overview-manual/concepts.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index 35d6feb17a..a978e2cd7d 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -853,7 +853,7 @@ This step in the build process consists of the following tasks:
853 variables. For information on how this variable works within that 853 variables. For information on how this variable works within that
854 class, see the 854 class, see the
855 :ref:`autotools <ref-classes-autotools>` class 855 :ref:`autotools <ref-classes-autotools>` class
856 :yocto_git:`here </poky/tree/meta/classes/autotools.bbclass>`. 856 :yocto_git:`here </poky/tree/meta/classes-recipe/autotools.bbclass>`.
857 857
858- *do_compile*: Once a configuration task has been satisfied, 858- *do_compile*: Once a configuration task has been satisfied,
859 BitBake compiles the source using the 859 BitBake compiles the source using the
@@ -931,7 +931,7 @@ The :term:`FILES` variable defines the
931files that go into each package in 931files that go into each package in
932:term:`PACKAGES`. If you want 932:term:`PACKAGES`. If you want
933details on how this is accomplished, you can look at 933details on how this is accomplished, you can look at
934:yocto_git:`package.bbclass </poky/tree/meta/classes/package.bbclass>`. 934:yocto_git:`package.bbclass </poky/tree/meta/classes-global/package.bbclass>`.
935 935
936Depending on the type of packages being created (RPM, DEB, or IPK), the 936Depending on the type of packages being created (RPM, DEB, or IPK), the
937:ref:`do_package_write_* <ref-tasks-package_write_deb>` 937:ref:`do_package_write_* <ref-tasks-package_write_deb>`