diff options
| author | Richard Leitner <richard.leitner@skidata.com> | 2019-06-05 11:04:41 +0200 |
|---|---|---|
| committer | Richard Leitner <richard.leitner@skidata.com> | 2019-06-05 11:04:41 +0200 |
| commit | 3a26eef62d8be52b55140b83879e8f73aa970e58 (patch) | |
| tree | f320c0ba1a9ce080c3bf1e5dc3c5354f8cbef9fe | |
| parent | 2fc78571483465ca2fc69d6bd77632acd35e0770 (diff) | |
| download | meta-java-3a26eef62d8be52b55140b83879e8f73aa970e58.tar.gz | |
README: mention new TESTIMAGE_AUTO variable
With yocto version 2.6 (aka thud) the TEST_IMAGE variable was removed.
Therefore mention the new one in the README
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
| -rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -63,8 +63,8 @@ Testing | |||
| 63 | The meta-java layer may be tested using oeqa's runtime image tests. The easiest | 63 | The meta-java layer may be tested using oeqa's runtime image tests. The easiest |
| 64 | way is to add the following configuration to your local.conf: | 64 | way is to add the following configuration to your local.conf: |
| 65 | 65 | ||
| 66 | SANITY_TESTED_DISTROS="" | 66 | SANITY_TESTED_DISTROS = "" |
| 67 | TEST_IMAGE = "1" | 67 | TESTIMAGE_AUTO = "1" |
| 68 | 68 | ||
| 69 | Then you should be able to use the open{jre,jdk}-{7,8}-test-image recipes. | 69 | Then you should be able to use the open{jre,jdk}-{7,8}-test-image recipes. |
| 70 | Furthermore you could also include the tests provided in lib/oeqa/runtime/cases | 70 | Furthermore you could also include the tests provided in lib/oeqa/runtime/cases |
