1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

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>
This commit is contained in:
Paul Eggleton
2022-10-09 17:11:09 +13:00
committed by Richard Purdie
parent 335a230a35
commit c29eb10e31
8 changed files with 18 additions and 17 deletions
+2 -2
View File
@@ -3048,7 +3048,7 @@ The following steps describe how to set up the AUH utility:
your build directory.
- If you want to enable testing through the
:ref:`testimage <ref-classes-testimage*>`
:ref:`testimage <ref-classes-testimage>`
class, which is optional, you need to have the following set in
your ``conf/local.conf`` file::
@@ -8893,7 +8893,7 @@ You can start the tests automatically or manually:
- *Manually running tests:* To manually run the tests, first globally
inherit the
:ref:`testimage <ref-classes-testimage*>` class
:ref:`testimage <ref-classes-testimage>` class
by editing your ``local.conf`` file::
INHERIT += "testimage"