summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/concepts.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-11-14 17:44:01 +0100
committerSteve Sakoman <steve@sakoman.com>2023-11-28 05:00:32 -1000
commita2d67684cc830181f00d4a432d10faf1c0495f25 (patch)
tree26ab9f04d0e682a9f1ce3a4579ca331fefe92039 /documentation/overview-manual/concepts.rst
parentfdd88b549fbddcfad967b9fc0d11b66e1bbd0dd1 (diff)
downloadpoky-a2d67684cc830181f00d4a432d10faf1c0495f25.tar.gz
manuals: update class references
Synchronizing with master whenever possible, to make the branch easier to maintain. (From yocto-docs rev: 825b1292ab08770b2d8cfdc1e11358a2790c1a1b) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-rw-r--r--documentation/overview-manual/concepts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index 4a8ea0f611..371c73418a 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -1026,7 +1026,7 @@ processing includes creation of a manifest file and optimizations.
1026The manifest file (``.manifest``) resides in the same directory as the 1026The manifest file (``.manifest``) resides in the same directory as the
1027root filesystem image. This file lists out, line-by-line, the installed 1027root filesystem image. This file lists out, line-by-line, the installed
1028packages. The manifest file is useful for the 1028packages. The manifest file is useful for the
1029:ref:`testimage <ref-classes-testimage*>` class, 1029:ref:`testimage <ref-classes-testimage>` class,
1030for example, to determine whether or not to run specific tests. See the 1030for example, to determine whether or not to run specific tests. See the
1031:term:`IMAGE_MANIFEST` 1031:term:`IMAGE_MANIFEST`
1032variable for additional information. 1032variable for additional information.