From 01c64b6aa1883419cf0987771136c03fc0e35957 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 30 Oct 2018 11:41:37 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'documentation/dev-manual') 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 @@ To run the tests automatically after the OpenEmbedded build system successfully creates an image, first set the - TEST_IMAGE + TESTIMAGE_AUTO variable to "1" in your local.conf file in the Build Directory: - TEST_IMAGE = "1" + TESTIMAGE_AUTO = "1" Next, build your image. - If the image successfully builds, the tests will be - run: + If the image successfully builds, the tests run: bitbake core-image-sato -- cgit v1.2.3-54-g00ecf