summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-11-14 17:44:01 +0100
committerSteve Sakoman <steve@sakoman.com>2023-11-28 05:00:32 -1000
commita2d67684cc830181f00d4a432d10faf1c0495f25 (patch)
tree26ab9f04d0e682a9f1ce3a4579ca331fefe92039 /documentation/migration-guides
parentfdd88b549fbddcfad967b9fc0d11b66e1bbd0dd1 (diff)
downloadpoky-a2d67684cc830181f00d4a432d10faf1c0495f25.tar.gz
manuals: update class references
Synchronizing with master whenever possible, to make the branch easier to maintain. (From yocto-docs rev: 825b1292ab08770b2d8cfdc1e11358a2790c1a1b) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/migration-guides')
-rw-r--r--documentation/migration-guides/migration-1.5.rst2
-rw-r--r--documentation/migration-guides/migration-2.6.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/migration-guides/migration-1.5.rst b/documentation/migration-guides/migration-1.5.rst
index 31943fc701..6affe68b58 100644
--- a/documentation/migration-guides/migration-1.5.rst
+++ b/documentation/migration-guides/migration-1.5.rst
@@ -240,7 +240,7 @@ Automated Image Testing
240----------------------- 240-----------------------
241 241
242A new automated image testing framework has been added through the 242A new automated image testing framework has been added through the
243:ref:`ref-classes-testimage*` classes. This 243:ref:`ref-classes-testimage` classes. This
244framework replaces the older ``imagetest-qemu`` framework. 244framework replaces the older ``imagetest-qemu`` framework.
245 245
246You can learn more about performing automated image tests in the 246You can learn more about performing automated image tests in the
diff --git a/documentation/migration-guides/migration-2.6.rst b/documentation/migration-guides/migration-2.6.rst
index 647ef83bc6..ffac097a05 100644
--- a/documentation/migration-guides/migration-2.6.rst
+++ b/documentation/migration-guides/migration-2.6.rst
@@ -319,7 +319,7 @@ This section provides information about automatic testing changes:
319 practices now dictate that you use the 319 practices now dictate that you use the
320 :term:`IMAGE_CLASSES` variable rather than the 320 :term:`IMAGE_CLASSES` variable rather than the
321 :term:`INHERIT` variable when you inherit the 321 :term:`INHERIT` variable when you inherit the
322 :ref:`testimage <ref-classes-testimage*>` and 322 :ref:`testimage <ref-classes-testimage>` and
323 :ref:`testsdk <ref-classes-testsdk>` classes used for automatic 323 :ref:`testsdk <ref-classes-testsdk>` classes used for automatic
324 testing. 324 testing.
325 325