aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 944f52618c4afd793b90efde3e1a65094b02d4bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
This layer depends on:

URI: git://git.openembedded.org/openembedded-core
branch: master
revision: HEAD

URI: git://git.openembedded.org/meta-openembedded
branch: master
revision: HEAD

You should define at lease the following variables in a distro include file or local.conf

PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"

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
(install libstdc++-static on a Fedora).

Send pull requests to openembedded-devel@lists.openembedded.org

Main layer maintainers: Henning Heinold <heinold@inf.fu-berlin.de>