From b75609e5ffe737b957dbe067f780404f8791638c Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Fri, 23 Nov 2012 14:52:45 +0100 Subject: README: add entries for openjdk7 --- README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf