summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Leitner <richard.leitner@skidata.com>2020-01-21 12:45:33 +0100
committerRichard Leitner <richard.leitner@skidata.com>2020-01-21 12:45:33 +0100
commitd67bdbb3b833477645e657231e901ef1dc89b9f9 (patch)
tree413505917ca0ef8169267599236fa8514662149a
parent80e1bab681233d5f10c06f758b9dcef8f3161ddd (diff)
downloadmeta-java-d67bdbb3b833477645e657231e901ef1dc89b9f9.tar.gz
README: mention dependency on meta-poky for oeqa image testing
As the mejate distributions are based on poky we need meta-poky for oeqa image testing. Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index 743418c..d28da02 100644
--- a/README
+++ b/README
@@ -11,6 +11,14 @@ branch: master
11revision: HEAD 11revision: HEAD
12 12
13URI: git://git.openembedded.org/meta-openembedded 13URI: git://git.openembedded.org/meta-openembedded
14sub-layer: meta-oe
15branch: master
16revision: HEAD
17
18Furthermoe for oeqa runtime testing this layer depends on:
19
20URI: git://git.yoctoproject.org/poky
21sub-layer: meta-poky
14branch: master 22branch: master
15revision: HEAD 23revision: HEAD
16 24
@@ -64,6 +72,7 @@ The 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: 72way is to add the following configuration to your local.conf:
65 73
66SANITY_TESTED_DISTROS = "" 74SANITY_TESTED_DISTROS = ""
75INHERIT += "testimage"
67TESTIMAGE_AUTO = "1" 76TESTIMAGE_AUTO = "1"
68 77
69Then you should be able to use the open{jre,jdk}-{7,8}-test-image recipes. 78Then you should be able to use the open{jre,jdk}-{7,8}-test-image recipes.