summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2011-11-12 20:58:34 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2011-11-26 23:41:44 +0100
commit57e069cde6617f00ca8834a82c6f360af43d5067 (patch)
tree48cbe15e96d217c45acfa64b0c13aad8c6424980 /README
downloadmeta-java-57e069cde6617f00ca8834a82c6f360af43d5067.tar.gz
meta-java: initial commit
* taken over mostly stuff from oe classic * cleaned up recipes * added license checksums * bump icedtea6-native to 1.8.11 * use jamvm from git as native
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 24 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..926e5bf
--- /dev/null
+++ b/README
@@ -0,0 +1,24 @@
1This layer depends on:
2
3URI: git://git.openembedded.org/openembedded-core
4branch: master
5revision: HEAD
6
7URI: git://git.openembedded.org/meta-openembedded
8branch: master
9revision: HEAD
10
11You should define at lease the following variables in a distro include file or local.conf
12
13PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
14PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"
15
16PREFERRED_VERSION_cacaoh-native = "0.99.3"
17
18PREFERRED_VERSION_openjdk-6-jre = "6b18-1.8.11"
19PREFERRED_VERSION_icedtea6-native = "1.8.11"
20
21
22Send pull requests to openembedded-devel@lists.openembedded.org
23
24Main layer maintainers: Henning Heinold <heinold@inf.fu-berlin.de>