summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
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/dev-manual
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/dev-manual')
-rw-r--r--documentation/dev-manual/runtime-testing.rst2
-rw-r--r--documentation/dev-manual/upgrading-recipes.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/runtime-testing.rst b/documentation/dev-manual/runtime-testing.rst
index 177f781b62..af3fe2c1dd 100644
--- a/documentation/dev-manual/runtime-testing.rst
+++ b/documentation/dev-manual/runtime-testing.rst
@@ -332,7 +332,7 @@ You can start the tests automatically or manually:
332 bitbake core-image-sato 332 bitbake core-image-sato
333 333
334- *Manually running tests:* To manually run the tests, first globally 334- *Manually running tests:* To manually run the tests, first globally
335 inherit the :ref:`ref-classes-testimage*` class by editing your 335 inherit the :ref:`ref-classes-testimage` class by editing your
336 ``local.conf`` file:: 336 ``local.conf`` file::
337 337
338 IMAGE_CLASSES += "testimage" 338 IMAGE_CLASSES += "testimage"
diff --git a/documentation/dev-manual/upgrading-recipes.rst b/documentation/dev-manual/upgrading-recipes.rst
index dc8e3c6f52..4fac78bdfb 100644
--- a/documentation/dev-manual/upgrading-recipes.rst
+++ b/documentation/dev-manual/upgrading-recipes.rst
@@ -113,7 +113,7 @@ The following steps describe how to set up the AUH utility:
113 ``upgrade-helper/work/recipe/buildhistory-diff.txt`` file found in 113 ``upgrade-helper/work/recipe/buildhistory-diff.txt`` file found in
114 your :term:`Build Directory`. 114 your :term:`Build Directory`.
115 115
116 - If you want to enable testing through the :ref:`ref-classes-testimage*` 116 - If you want to enable testing through the :ref:`ref-classes-testimage`
117 class, which is optional, you need to have the following set in 117 class, which is optional, you need to have the following set in
118 your ``conf/local.conf`` file:: 118 your ``conf/local.conf`` file::
119 119