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-11-22 12:20:51 +0000
commit01c64b6aa1883419cf0987771136c03fc0e35957 (patch)
tree41dd086ba435f70d4c9899b2a516681e5ca47d0b /documentation/dev-manual
parentb131879f0c8d536f7c7cb4d22d0297465442705b (diff)
downloadpoky-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/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>