summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-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------------------