summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-12-17 11:38:12 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2014-12-17 11:38:12 -0200
commit12a0b10b35b1829eec11ea653af53d127a8b6fd1 (patch)
treefe646688d88d97dc03a587b13e93200d14ce2ad5 /README
parent219c6bfc9ae9456e06b08e1cc49c83060f5196d2 (diff)
parentafe557fbe78e799b78ccb44567bbff71c421d3f2 (diff)
downloadmeta-java-12a0b10b35b1829eec11ea653af53d127a8b6fd1.tar.gz
Merge branch 'yocto_1.8' of https://github.com/mindrunner/meta-java into pending
* 'yocto_1.8' of https://github.com/mindrunner/meta-java: openjdk-7: inherit pkgconfig ecj: fix unpackpost task openjdk: add pkgconfig support README: minor fixes README: update openjdk6 to the latest icedtea version openjdk6: add version 1.13.4 jamvm: update git url to sourceforge while berlios is gone java-test-image: add jamvm, cacao and classpath jamvm: update git version to ebd11bde0a97b57f0d18938c6b65468d3c932719 jamvm: add inherit pkgconfig README: update for icedtea version 1.12.8 cacao: fix target compilation and packaging openjdk-common.inc: fix qemu usage openjdk6: update icedtea 1.12 to version 1.12.8 libmatthew: Remove the dummy jar symlink openjdk-7-release-25b30.inc: add patch to fix hotstop build openjdk-7-release-25b30.inc: move nio patch to main section. openjdk-7-25b30: Forward port ppc patches
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 5 insertions, 3 deletions
diff --git a/README b/README
index a8e4eac..ae345c0 100644
--- a/README
+++ b/README
@@ -1,11 +1,11 @@
1This layer depends on: 1This layer depends on:
2 2
3URI: git://git.openembedded.org/openembedded-core 3URI: git://git.openembedded.org/openembedded-core
4branch: master 4branch: dora
5revision: HEAD 5revision: HEAD
6 6
7URI: git://git.openembedded.org/meta-openembedded 7URI: git://git.openembedded.org/meta-openembedded
8branch: master 8branch: dora
9revision: HEAD 9revision: HEAD
10 10
11You should define at lease the following variables in a distro include file or local.conf 11You should define at lease the following variables in a distro include file or local.conf
@@ -18,7 +18,7 @@ PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"
18For openjdk6: 18For openjdk6:
19PREFERRED_VERSION_openjdk-6-jre = "6b24-1.11.9" 19PREFERRED_VERSION_openjdk-6-jre = "6b24-1.11.9"
20or 20or
21PREFERRED_VERSION_openjdk-6-jre = "6b27-1.12.5" 21PREFERRED_VERSION_openjdk-6-jre = "6b27-1.13.4"
22PREFERRED_VERSION_icedtea6-native = "1.8.11" 22PREFERRED_VERSION_icedtea6-native = "1.8.11"
23 23
24For openjdk7: 24For openjdk7:
@@ -40,6 +40,8 @@ BBLAYERS ?= " \
40Please note that libstdc++ static is needed on your host to compile icedtea6/7-native 40Please note that libstdc++ static is needed on your host to compile icedtea6/7-native
41(install libstdc++-static on a Fedora). 41(install libstdc++-static on a Fedora).
42 42
43For debian-based distributions you need the libstdc++6-$compilerversion-dev package.
44
43Send pull requests to openembedded-devel@lists.openembedded.org 45Send pull requests to openembedded-devel@lists.openembedded.org
44 46
45Main layer maintainers: Henning Heinold <henning@itconsulting-heinold.de> 47Main layer maintainers: Henning Heinold <henning@itconsulting-heinold.de>