diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-10-30 11:41:37 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-22 12:20:51 +0000 |
commit | 01c64b6aa1883419cf0987771136c03fc0e35957 (patch) | |
tree | 41dd086ba435f70d4c9899b2a516681e5ca47d0b /documentation/ref-manual/ref-classes.xml | |
parent | b131879f0c8d536f7c7cb4d22d0297465442705b (diff) | |
download | poky-01c64b6aa1883419cf0987771136c03fc0e35957.tar.gz |
ref-manual, dev-manual: Removed TEST_IMAGE for TESTIMAGE_AUTO.
The TEST_IMAGE variable went away and was replaced with the
TESTIMAGE_AUTO variable. Fixed all related/affected areas.
(From yocto-docs rev: 660da40b4fcdc05666e1877037fa63eb1dfe7227)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 24d7a0a99e..d2f5c3ebc1 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -3519,7 +3519,7 @@ This check was removed for YP 2.3 release | |||
3519 | </literallayout> | 3519 | </literallayout> |
3520 | The <filename>testimage-auto</filename> class runs tests on an image | 3520 | The <filename>testimage-auto</filename> class runs tests on an image |
3521 | after the image is constructed (i.e. | 3521 | after the image is constructed (i.e. |
3522 | <link linkend='var-TEST_IMAGE'><filename>TEST_IMAGE</filename></link> | 3522 | <link linkend='var-TESTIMAGE_AUTO'><filename>TESTIMAGE_AUTO</filename></link> |
3523 | must be set to "1"). | 3523 | must be set to "1"). |
3524 | </para> | 3524 | </para> |
3525 | 3525 | ||