mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
docs: ref-manual: classes: add missing closing parenthesis
The closing parenthesis is missing in the sentence so let's add it. Cc: Quentin Schulz <foss+yocto@0leil.net> (From yocto-docs rev: 93bb2654905ad7f32082bb7acd3630ef390dc4b9) Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ea0286609a
commit
85d6e19591
@@ -977,7 +977,7 @@ Yocto Project Overview and Concepts Manual.
|
||||
|
||||
The :ref:`image-buildinfo <ref-classes-image-buildinfo>` class writes a plain text file containing
|
||||
build information to the target filesystem at ``${sysconfdir}/buildinfo``
|
||||
by default (as specified by :term:`IMAGE_BUILDINFO_FILE`.
|
||||
by default (as specified by :term:`IMAGE_BUILDINFO_FILE`).
|
||||
This can be useful for manually determining the origin of any given
|
||||
image. It writes out two sections:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user