summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Leitner <richard.leitner@skidata.com>2018-08-20 08:54:33 +0200
committerRichard Leitner <richard.leitner@skidata.com>2018-08-20 08:54:33 +0200
commitf02b0aaed8c154a1cfe3de52a3194695c7cd6274 (patch)
tree1a2187da8c2926db5e066d8ca7c1e080bbdc9db4
parente89564dc67cf0136d998a73813c74d9e174f30af (diff)
downloadmeta-java-f02b0aaed8c154a1cfe3de52a3194695c7cd6274.tar.gz
README: add "Known Limitations/Bugs" section
Add a section containing our currently known limitations. This includes OpenJDK version-target combinations which only support "interpreted mode". Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-rw-r--r--README19
1 files changed, 19 insertions, 0 deletions
diff --git a/README b/README
index 17a25e7..f7b8782 100644
--- a/README
+++ b/README
@@ -72,6 +72,25 @@ into your test image. More information on image testing is available at:
72 72
73 https://wiki.yoctoproject.org/wiki/Image_tests 73 https://wiki.yoctoproject.org/wiki/Image_tests
74 74
75Known Limitations/Bugs
76----------------------
77
78OpenJDK:
79 The following OpenJDK version/target-architecture combinations currently
80 only support "interpreted mode":
81 openjdk-8 on arm
82 openjdk-7 on aarch64
83 openjdk-7 on x86
84 openjdk-7 on x86-64
85
86 The following target-architectures currently fail building
87 openjdk-7-jre, openjdk-7, openjdk-8 and openjre-8:
88 mips (tested with qemumips)
89 mips64 (tested with qemumips64)
90 ppc (tested with qemuppc)
91
92If you encounter any other problems or bugs please report them to our mailing
93list at openembedded-devel@lists.openembedded.org.
75 94
76Usage instructions 95Usage instructions
77------------------ 96------------------