summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-1.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-1.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-1.6.rst')
-rw-r--r--documentation/migration-guides/migration-1.6.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/migration-guides/migration-1.6.rst b/documentation/migration-guides/migration-1.6.rst
index d3de264650..d07731dcb0 100644
--- a/documentation/migration-guides/migration-1.6.rst
+++ b/documentation/migration-guides/migration-1.6.rst
@@ -220,9 +220,10 @@ Package Test (ptest)
220 220
221Package Tests (ptest) are built but not installed by default. For 221Package Tests (ptest) are built but not installed by default. For
222information on using Package Tests, see the 222information on using Package Tests, see the
223":ref:`dev-manual/common-tasks:testing packages with ptest`" 223":ref:`dev-manual/common-tasks:testing packages with ptest`" section in the
224section in the Yocto Project Development Tasks Manual. For information on the 224Yocto Project Development Tasks Manual. For information on the
225``ptest`` class, see the ":ref:`ref-classes-ptest`" section. 225:ref:`ptest <ref-classes-ptest>` class, see the ":ref:`ref-classes-ptest`"
226section.
226 227
227.. _migration-1.6-build-changes: 228.. _migration-1.6-build-changes:
228 229
@@ -237,7 +238,7 @@ will enable a separate :term:`Build Directory` by default as well. Recipes
237building Autotools-based software that fails to build with a separate 238building Autotools-based software that fails to build with a separate
238:term:`Build Directory` should be changed to inherit from the 239:term:`Build Directory` should be changed to inherit from the
239:ref:`autotools-brokensep <ref-classes-autotools>` class instead of 240:ref:`autotools-brokensep <ref-classes-autotools>` class instead of
240the ``autotools`` or ``autotools_stage``\ classes. 241the :ref:`autotools <ref-classes-autotools>` or ``autotools_stage`` classes.
241 242
242.. _migration-1.6-building-qemu-native: 243.. _migration-1.6-building-qemu-native:
243 244