summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Leitner <richard.leitner@skidata.com>2018-09-18 17:12:16 +0200
committerRichard Leitner <richard.leitner@skidata.com>2018-10-02 07:59:06 +0200
commita0c9441123511f35687c46d45f204179f42c6d70 (patch)
treea9abcc75f78b404aa20b21f4a75337e48118d4fe
parent450b1c2acf72b20010c1b6af9cae55c69c3bc200 (diff)
downloadmeta-java-a0c9441123511f35687c46d45f204179f42c6d70.tar.gz
README: clarify supported openjdk version/arch/libc combinations
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-rw-r--r--README32
1 files changed, 19 insertions, 13 deletions
diff --git a/README b/README
index 0f510d7..031709e 100644
--- a/README
+++ b/README
@@ -75,19 +75,25 @@ into your test image. More information on image testing is available at:
75Known Limitations/Bugs 75Known Limitations/Bugs
76---------------------- 76----------------------
77 77
78OpenJDK: 78 + OpenJDK-7 doesn't support musl based images
79 The following OpenJDK version/target-architecture combinations currently 79 + Both, OpenJDK-7 and 8 doesn't support mips and mips64 machines
80 only support "interpreted mode": 80 + Further limitations are shown in the OpenJDK version/libc/target architecture
81 openjdk-8 on arm except armv7 81 support matrix below:
82 openjdk-7 on aarch64 82 +--------+-----------------+-----------------+-----------------+
83 openjdk-7 on x86 83 | | OpenJDK-7/glibc | OpenJDK-8/glibc | OpenJDK-8/musl |
84 openjdk-7 on x86-64 84 +--------+-----------------+-----------------+-----------------+
85 85 | arm | O K | int. mode | int. mode |
86 The following target-architectures currently fail building 86 +--------+-----------------+-----------------+-----------------+
87 openjdk-7-jre, openjdk-7, openjdk-8 and openjre-8: 87 | armv7 | O K | O K | O K |
88 mips (tested with qemumips) 88 +--------+-----------------+-----------------+-----------------+
89 mips64 (tested with qemumips64) 89 | arm64 | int. mode | O K | O K |
90 ppc (tested with qemuppc) 90 +--------+-----------------+-----------------+-----------------+
91 | x86 | int. mode | O K | build failure |
92 +--------+-----------------+-----------------+-----------------+
93 | x86-64 | int. mode | O K | O K |
94 +--------+-----------------+-----------------+-----------------+
95 | ppc | int. mode | build failure | build failure |
96 +--------+-----------------+-----------------+-----------------+
91 97
92If you encounter any other problems or bugs please report them to our mailing 98If you encounter any other problems or bugs please report them to our mailing
93list at openembedded-devel@lists.openembedded.org. 99list at openembedded-devel@lists.openembedded.org.