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-06 07:39:00 +0200
commit0ac41c774c46146f2f0a633297f20ec8a88bfc6e (patch)
tree23c80649d20be41d3a5211ef3ed947bba9d0220e
parentb0c74493af1415dfd3b6caf77ebc677ed4e0fdaa (diff)
downloadmeta-java-0ac41c774c46146f2f0a633297f20ec8a88bfc6e.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 Backported from: 3a26eef62d8be52b55140b83879e8f73aa970e58 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