docs-wide: fix manual names in cross references

The text naming the target manual did not match the manual the cross
reference points to.

AI-Generated: Uses Claude Opus 5
(From yocto-docs rev: c828809855fb4eec84d284c1849f9e44753c312a)

Signed-off-by: Daiane Angolini <daiane.angolini@oss.qualcomm.com>
Link: https://patch.msgid.link/20260814220720.1115397-2-daiane.angolini@oss.qualcomm.com
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit a002724c80e958ad6336db9994ad28671da79f36)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Paul Barker <paul@pbarker.dev>
This commit is contained in:
Daiane Angolini
2026-08-14 19:07:20 -03:00
committed by Paul Barker
parent 2145f1ba3e
commit ac4a16fccc
3 changed files with 8 additions and 6 deletions

View File

@@ -515,7 +515,7 @@ by the :term:`SPDX_PRETTY`, :term:`SPDX_ARCHIVE_PACKAGED`,
See the description of these variables and the
":ref:`dev-manual/sbom:creating a software bill of materials`"
section in the Yocto Project Development Manual for more details.
section in the Yocto Project Development Tasks Manual for more details.
.. _ref-classes-cross:
@@ -2686,7 +2686,7 @@ This class is intended to be inherited by individual recipes. However,
the class' functionality is largely disabled unless "ptest" appears in
:term:`DISTRO_FEATURES`. See the
":ref:`test-manual/ptest:testing packages with ptest`"
section in the Yocto Project Development Tasks Manual for more information
section in the Yocto Project Test Environment Manual for more information
on ptest.
.. _ref-classes-ptest-cargo:
@@ -2710,7 +2710,7 @@ have tests intended to be executed with ``gnome-desktop-testing``.
For information on setting up and running ptests, see the
":ref:`test-manual/ptest:testing packages with ptest`"
section in the Yocto Project Development Tasks Manual.
section in the Yocto Project Test Environment Manual.
.. _ref-classes-python3-dir:

View File

@@ -10067,7 +10067,8 @@ system and gives an overview of their function and contents.
For background information on cross-development toolchains in the
Yocto Project development environment, see the
":ref:`sdk-manual/intro:the cross-development toolchain`"
section in the Yocto Project Overview and Concepts Manual. For
section in the Yocto Project Application Development and Software
Development Kits (SDK/eSDK) Manual. For
information on setting up a cross-development environment, see the
:doc:`/sdk-manual/index` manual.
@@ -10115,7 +10116,8 @@ system and gives an overview of their function and contents.
For background information on cross-development toolchains in the
Yocto Project development environment, see the
":ref:`sdk-manual/intro:the cross-development toolchain`"
section in the Yocto Project Overview and Concepts Manual. For
section in the Yocto Project Application Development and Software
Development Kits (SDK/eSDK) Manual. For
information on setting up a cross-development environment, see the
:doc:`/sdk-manual/index` manual.

View File

@@ -141,7 +141,7 @@ the following types of tests:
built by the OpenEmbedded build system on the target machine. See the
:ref:`Testing Packages With
ptest <test-manual/ptest:Testing Packages With ptest>` section
in the Yocto Project Development Tasks Manual and the
in the Yocto Project Test Environment Manual and the
":yocto_wiki:`Ptest </Ptest>`" Wiki page for more
information on Ptest.