diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 7 |
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> |
