[oe] [meta-java][PATCH] README: mention dependency on meta-poky for oeqa image testing

Richard Leitner richard.leitner at skidata.com
Tue Jan 21 12:00:16 UTC 2020


As the mejate distributions are based on poky we need meta-poky for oeqa
image testing.

Signed-off-by: Richard Leitner <richard.leitner at skidata.com>
---
 README | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README b/README
index 743418c..d28da02 100644
--- a/README
+++ b/README
@@ -11,6 +11,14 @@ branch: master
 revision: HEAD
 
 URI: git://git.openembedded.org/meta-openembedded
+sub-layer: meta-oe
+branch: master
+revision: HEAD
+
+Furthermoe for oeqa runtime testing this layer depends on:
+
+URI: git://git.yoctoproject.org/poky
+sub-layer: meta-poky
 branch: master
 revision: HEAD
 
@@ -64,6 +72,7 @@ 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 = ""
+INHERIT += "testimage"
 TESTIMAGE_AUTO = "1"
 
 Then you should be able to use the open{jre,jdk}-{7,8}-test-image recipes.
-- 
2.24.1



More information about the Openembedded-devel mailing list