angstrom-jalimo: add config file tailored to building jalimo stuff for angstrom
[openembedded.git] / conf / distro / include / angstrom-jalimo.conf
blobeffde60439b65d98d408484f757fb972788adf84
1 # Put a 'require conf/distro/include/angstrom-jalimo.conf' in your local.conf if you want to build from the jalimo overlay
3 # initial stuff
4 PREFERRED_VERSION_jamvm-initial = "1.4.5"
5 PREFERRED_VERSION_classpath-initial = "0.93"
7 # Native VM
8 PREFERRED_PROVIDER_virtual/java-native = "jamvm-native"
9 PREFERRED_VERSION_jamvm-native = "1.5.3"
10 #PREFERRED_VERSION_cacao-native = "0.99.3"
11 PREFERRED_VERSION_classpath-native = "0.98"
13 # Native compiler settings
14 PREFERRED_PROVIDER_virtual/javac-native = "ecj-bootstrap-native"
15 PREFERRED_VERSION_libecj-bootstrap = "3.6"
17 # Target VM
18 PREFERRED_VERSION_cacao = "0.99.3"
19 PREFERRED_VERSION_cacaoh-native = "0.99.3"
21 PREFERRED_VERSION_jamvm = "1.5.2"
22 PREFERRED_PROVIDER_swt3.4-gtk = "swt3.4-gtk"
23 PREFERRED_PROVIDER_classpath = "classpath"
25 PREFERRED_VERSION_openjdk-6-jre = "6b18"
26 PREFERRED_VERSION_icedtea6-native = "1.7.3"
28 # Stage JAR files not into ARCH related dirs
29 STAGING_DIR_JAVA = "${STAGING_DIR}/java"
30 STAGING_DATADIR_JAVA ?= "${STAGING_DIR_JAVA}"