[oe] [meta-java][PATCH] TODO: add file

Richard Leitner richard.leitner at skidata.com
Tue Jun 19 13:08:41 UTC 2018


Add a new "TODO" file listing issues which should be done in the future
and mention it in the README file.

Signed-off-by: Richard Leitner <richard.leitner at skidata.com>
---
 README |  3 ++-
 TODO   | 26 ++++++++++++++++++++++++++
 2 files changed, 28 insertions(+), 1 deletion(-)
 create mode 100644 TODO

diff --git a/README b/README
index b66df64..325cbc6 100644
--- a/README
+++ b/README
@@ -26,7 +26,8 @@ mailing list (openembedded-devel at lists.openembedded.org).
 Please refer to:
 https://wiki.yoctoproject.org/wiki/Contribution_Guidelines#General_Information
 
-for some useful guidelines to be followed when submitting patches.
+for some useful guidelines to be followed when submitting patches and the TODO
+file for some open points that should be done.
 
 Mailing list:
 
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..810aa00
--- /dev/null
+++ b/TODO
@@ -0,0 +1,26 @@
+meta-java TODOs
+===============
+
+Bugfixes
+--------
+  * Fix OpenJDK 7 JIT (mixed & compiled mode) for x86
+
+  * Fix OpenJDK 8 JIT (mixed & compiled mode) for x86
+
+  * Fix do_package_qa issue for openjdk-{7,8}: libjvm.so has relocations in .text [textrel]
+
+
+Updates
+-------
+  * Update OpenJDK 7 to latest version
+
+    * except for arm as the JIT currently doesn't work there (http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2942)
+
+  * Update OpenJDK 8 to latest version
+
+
+Features
+--------
+  * Add recipes for OpenJDK >8
+
+  * Add oeqa runtime tests for all relevant cases as quality gates
-- 
2.11.0




More information about the Openembedded-devel mailing list