From 55621c31f1edbdb2f3d72e80916fed031e2ba298 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Thu, 13 Oct 2022 08:42:10 +0200 Subject: manuals: add missing references to classes Sometimes fixing line length in modified paragraphs too. [YOCTO #14508] Reported-by: Quentin Schulz (From yocto-docs rev: 885b60f5540849bf19240a01a77efce1d1b5d9f0) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/migration-guides/migration-2.6.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'documentation/migration-guides/migration-2.6.rst') 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`). This change affects classes beyond just the two mentioned (i.e. ``distutils`` and ``distutils3``). Any recipe that inherits ``distutils*`` - classes are affected. For example, the ``setuptools`` and ``setuptools3`` + classes are affected. For example, the ``setuptools`` and + :ref:`setuptools3 ` recipes are affected since they inherit the ``distutils*`` classes. Fetching these types of dependencies that are not provided in the @@ -315,13 +316,12 @@ This section provides information about automatic testing changes: exists and has been replaced by the :term:`TESTIMAGE_AUTO` variable. -- Inheriting the ``testimage`` and ``testsdk`` Classes: Best - practices now dictate that you use the - :term:`IMAGE_CLASSES` variable rather than the +- Inheriting the :ref:`testimage ` and + :ref:`testsdk ` classes: best practices now dictate + that you use the :term:`IMAGE_CLASSES` variable rather than the :term:`INHERIT` variable when you inherit the :ref:`testimage ` and - :ref:`testsdk ` classes used for automatic - testing. + :ref:`testsdk ` classes used for automatic testing. .. _migration-2.6-openssl-changes: -- cgit v1.2.3-54-g00ecf