summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@microsoft.com>2022-10-09 17:11:09 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-19 17:32:57 +0100
commitc29eb10e31809a523109d638b80175d68dfc9930 (patch)
treef15182078dc75c6e2b1c5e5ebd342bd61f4fba38 /documentation/dev-manual
parent335a230a351dd2273278ec91b13f7b28ef1120a0 (diff)
downloadpoky-c29eb10e31809a523109d638b80175d68dfc9930.tar.gz
ref-manual: remove reference to testimage-auto class
testimage-auto was removed in the thud release. (From yocto-docs rev: 618351169c09470280aeee53a63aba88788efc4b) Signed-off-by: Paul Eggleton <paul.eggleton@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/common-tasks.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index a4741c5a8b..68ce2b852a 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -3048,7 +3048,7 @@ The following steps describe how to set up the AUH utility:
3048 your build directory. 3048 your build directory.
3049 3049
3050 - If you want to enable testing through the 3050 - If you want to enable testing through the
3051 :ref:`testimage <ref-classes-testimage*>` 3051 :ref:`testimage <ref-classes-testimage>`
3052 class, which is optional, you need to have the following set in 3052 class, which is optional, you need to have the following set in
3053 your ``conf/local.conf`` file:: 3053 your ``conf/local.conf`` file::
3054 3054
@@ -8893,7 +8893,7 @@ You can start the tests automatically or manually:
8893 8893
8894- *Manually running tests:* To manually run the tests, first globally 8894- *Manually running tests:* To manually run the tests, first globally
8895 inherit the 8895 inherit the
8896 :ref:`testimage <ref-classes-testimage*>` class 8896 :ref:`testimage <ref-classes-testimage>` class
8897 by editing your ``local.conf`` file:: 8897 by editing your ``local.conf`` file::
8898 8898
8899 INHERIT += "testimage" 8899 INHERIT += "testimage"