aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README7
1 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index 944f526..21e6c10 100644
--- a/README
+++ b/README
@@ -13,10 +13,15 @@ You should define at lease the following variables in a distro include file or l
PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"
+For openjdk6:
PREFERRED_VERSION_openjdk-6-jre = "6b24-1.11.1"
PREFERRED_VERSION_icedtea6-native = "1.8.11"
-Please note that libstdc++ static is needed on your host to compile icedtea6-native
+For openjdk7:
+PREFERRED_VERSION_openjdk-7-jre = "03b21-2.1.3"
+PREFERRED_VERSION_icedtea7-native = "2.1.3"
+
+Please note that libstdc++ static is needed on your host to compile icedtea6/7-native
(install libstdc++-static on a Fedora).
Send pull requests to openembedded-devel@lists.openembedded.org