From f02b0aaed8c154a1cfe3de52a3194695c7cd6274 Mon Sep 17 00:00:00 2001 From: Richard Leitner Date: Mon, 20 Aug 2018 08:54:33 +0200 Subject: 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 --- README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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: https://wiki.yoctoproject.org/wiki/Image_tests +Known Limitations/Bugs +---------------------- + +OpenJDK: + The following OpenJDK version/target-architecture combinations currently + only support "interpreted mode": + openjdk-8 on arm + openjdk-7 on aarch64 + openjdk-7 on x86 + openjdk-7 on x86-64 + + The following target-architectures currently fail building + openjdk-7-jre, openjdk-7, openjdk-8 and openjre-8: + mips (tested with qemumips) + mips64 (tested with qemumips64) + ppc (tested with qemuppc) + +If you encounter any other problems or bugs please report them to our mailing +list at openembedded-devel@lists.openembedded.org. Usage instructions ------------------ -- cgit v1.2.3-54-g00ecf