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-tasks.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-tasks.xml')
-rw-r--r-- | documentation/ref-manual/ref-tasks.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index ccd0f85cfd..8f3ff26d24 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml | |||
@@ -886,7 +886,7 @@ | |||
886 | Boots an image and performs runtime tests within the image | 886 | Boots an image and performs runtime tests within the image |
887 | immediately after it has been built. | 887 | immediately after it has been built. |
888 | This task is enabled when you set | 888 | This task is enabled when you set |
889 | <link linkend='var-TEST_IMAGE'><filename>TEST_IMAGE</filename></link> | 889 | <link linkend='var-TESTIMAGE_AUTO'><filename>TESTIMAGE_AUTO</filename></link> |
890 | equal to "1". | 890 | equal to "1". |
891 | </para> | 891 | </para> |
892 | 892 | ||