summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Leitner <richard.leitner@skidata.com>2019-06-05 11:04:41 +0200
committerRichard Leitner <richard.leitner@skidata.com>2019-06-05 11:04:41 +0200
commit3a26eef62d8be52b55140b83879e8f73aa970e58 (patch)
treef320c0ba1a9ce080c3bf1e5dc3c5354f8cbef9fe
parent2fc78571483465ca2fc69d6bd77632acd35e0770 (diff)
downloadmeta-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--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 031709e..7906324 100644
--- a/README
+++ b/README
@@ -63,8 +63,8 @@ Testing
63The meta-java layer may be tested using oeqa's runtime image tests. The easiest 63The meta-java layer may be tested using oeqa's runtime image tests. The easiest
64way is to add the following configuration to your local.conf: 64way is to add the following configuration to your local.conf:
65 65
66SANITY_TESTED_DISTROS="" 66SANITY_TESTED_DISTROS = ""
67TEST_IMAGE = "1" 67TESTIMAGE_AUTO = "1"
68 68
69Then you should be able to use the open{jre,jdk}-{7,8}-test-image recipes. 69Then you should be able to use the open{jre,jdk}-{7,8}-test-image recipes.
70Furthermore you could also include the tests provided in lib/oeqa/runtime/cases 70Furthermore you could also include the tests provided in lib/oeqa/runtime/cases