summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-2.6.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-10-13 08:42:10 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-01 19:20:29 +0000
commit55621c31f1edbdb2f3d72e80916fed031e2ba298 (patch)
tree49499b82a28ed611fb478605e11fa173294f1e87 /documentation/migration-guides/migration-2.6.rst
parent7ecd9877e6a1b235070d6feba59a3840ebbc5255 (diff)
downloadpoky-55621c31f1edbdb2f3d72e80916fed031e2ba298.tar.gz
manuals: add missing references to classes
Sometimes fixing line length in modified paragraphs too. [YOCTO #14508] Reported-by: Quentin Schulz <foss@0leil.net> (From yocto-docs rev: 885b60f5540849bf19240a01a77efce1d1b5d9f0) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides/migration-2.6.rst')
-rw-r--r--documentation/migration-guides/migration-2.6.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/migration-guides/migration-2.6.rst b/documentation/migration-guides/migration-2.6.rst
index eedede2457..59592997ff 100644
--- a/documentation/migration-guides/migration-2.6.rst
+++ b/documentation/migration-guides/migration-2.6.rst
@@ -128,7 +128,8 @@ missing from :term:`DEPENDS`).
128 128
129 This change affects classes beyond just the two mentioned (i.e. 129 This change affects classes beyond just the two mentioned (i.e.
130 ``distutils`` and ``distutils3``). Any recipe that inherits ``distutils*`` 130 ``distutils`` and ``distutils3``). Any recipe that inherits ``distutils*``
131 classes are affected. For example, the ``setuptools`` and ``setuptools3`` 131 classes are affected. For example, the ``setuptools`` and
132 :ref:`setuptools3 <ref-classes-setuptools3>`
132 recipes are affected since they inherit the ``distutils*`` classes. 133 recipes are affected since they inherit the ``distutils*`` classes.
133 134
134Fetching these types of dependencies that are not provided in the 135Fetching these types of dependencies that are not provided in the
@@ -315,13 +316,12 @@ This section provides information about automatic testing changes:
315 exists and has been replaced by the 316 exists and has been replaced by the
316 :term:`TESTIMAGE_AUTO` variable. 317 :term:`TESTIMAGE_AUTO` variable.
317 318
318- Inheriting the ``testimage`` and ``testsdk`` Classes: Best 319- Inheriting the :ref:`testimage <ref-classes-testimage>` and
319 practices now dictate that you use the 320 :ref:`testsdk <ref-classes-testsdk>` classes: best practices now dictate
320 :term:`IMAGE_CLASSES` variable rather than the 321 that you use the :term:`IMAGE_CLASSES` variable rather than the
321 :term:`INHERIT` variable when you inherit the 322 :term:`INHERIT` variable when you inherit the
322 :ref:`testimage <ref-classes-testimage>` and 323 :ref:`testimage <ref-classes-testimage>` and
323 :ref:`testsdk <ref-classes-testsdk>` classes used for automatic 324 :ref:`testsdk <ref-classes-testsdk>` classes used for automatic testing.
324 testing.
325 325
326.. _migration-2.6-openssl-changes: 326.. _migration-2.6-openssl-changes:
327 327