From 0ac41c774c46146f2f0a633297f20ec8a88bfc6e Mon Sep 17 00:00:00 2001 From: Richard Leitner Date: Wed, 5 Jun 2019 11:04:41 +0200 Subject: 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 --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 031709e..7906324 100644 --- a/README +++ b/README @@ -63,8 +63,8 @@ Testing The meta-java layer may be tested using oeqa's runtime image tests. The easiest way is to add the following configuration to your local.conf: -SANITY_TESTED_DISTROS="" -TEST_IMAGE = "1" +SANITY_TESTED_DISTROS = "" +TESTIMAGE_AUTO = "1" Then you should be able to use the open{jre,jdk}-{7,8}-test-image recipes. Furthermore you could also include the tests provided in lib/oeqa/runtime/cases -- cgit v1.2.3-54-g00ecf