summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-10-30 11:41:37 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-12-27 22:54:54 +0000
commit400d491e8d9d2ac0623fe491c3795af3e12a1621 (patch)
treedc631b40cbb6023623ebcd824df6809b6ce0739e /documentation/dev-manual
parent9cedaa67400513f5aecddcd5f3d9fffcd31da0a1 (diff)
downloadpoky-400d491e8d9d2ac0623fe491c3795af3e12a1621.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: 84e2c149fa823ab6e12be17b049c9bae1c1dd904) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 25f0fab1ac..cee1d40ab4 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -11798,16 +11798,15 @@
11798 To run the tests automatically after the 11798 To run the tests automatically after the
11799 OpenEmbedded build system successfully creates an image, 11799 OpenEmbedded build system successfully creates an image,
11800 first set the 11800 first set the
11801 <ulink url='&YOCTO_DOCS_REF_URL;#var-TEST_IMAGE'><filename>TEST_IMAGE</filename></ulink> 11801 <ulink url='&YOCTO_DOCS_REF_URL;#var-TESTIMAGE_AUTO'><filename>TESTIMAGE_AUTO</filename></ulink>
11802 variable to "1" in your <filename>local.conf</filename> 11802 variable to "1" in your <filename>local.conf</filename>
11803 file in the 11803 file in the
11804 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>: 11804 <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>:
11805 <literallayout class='monospaced'> 11805 <literallayout class='monospaced'>
11806 TEST_IMAGE = "1" 11806 TESTIMAGE_AUTO = "1"
11807 </literallayout> 11807 </literallayout>
11808 Next, build your image. 11808 Next, build your image.
11809 If the image successfully builds, the tests will be 11809 If the image successfully builds, the tests run:
11810 run:
11811 <literallayout class='monospaced'> 11810 <literallayout class='monospaced'>
11812 bitbake core-image-sato 11811 bitbake core-image-sato
11813 </literallayout></para></listitem> 11812 </literallayout></para></listitem>