summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--multitech/conf/distro/corecdp.conf16
1 files changed, 3 insertions, 13 deletions
diff --git a/multitech/conf/distro/corecdp.conf b/multitech/conf/distro/corecdp.conf
index f2ee625..dc1fe5b 100644
--- a/multitech/conf/distro/corecdp.conf
+++ b/multitech/conf/distro/corecdp.conf
@@ -25,21 +25,11 @@ DEFAULT_TIMEZONE = "America/Chicago"
PREFERRED_PROVIDER_mtd-utils-static = "mtd-utils-static"
-# prevents building cacao
+# prevents building cacao, which is broken for target
PREFERRED_PROVIDER_jamvm = "jamvm"
-# Java versions that work together
-# initial verions
-PREFERRED_VERSION_jamvm-initial ?= "1.4.5"
-PREFERRED_VERSION_classpath-initial ?= "0.93"
-
-# native versions
-PREFERRED_VERSION_jamvm-native ?= "1.5.3"
-PREFERRED_VERSION_classpath-native ?= "0.98"
-
-# target device
-PREFERRED_VERSION_jamvm ?= "1.5.2"
-PREFERRED_VERSION_classpath ?= "0.98"
+# use latest jamvm
+PREFERRED_VERSION_jamvm = "1.5.4"
PREFERRED_VERSION_lighttpd = "1.4.28"