summaryrefslogtreecommitdiff
path: root/multitech/conf/distro/corecdp.conf
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2011-07-29 13:24:57 -0500
committerJesse Gilles <jgilles@multitech.com>2011-07-29 13:24:57 -0500
commite60c7ee840ce3f13baa7d610393a481dec943935 (patch)
tree5cd44fe6b503b7233e83bd8dbc55cbc3e2056143 /multitech/conf/distro/corecdp.conf
parent856fff26de25ad889a11f2a90e2e25de553df2cf (diff)
corecdp.conf: set preferred provider for mtd-utils-static and jamvm
* prevents building of cacao for java2-runtime (which doesn't compile), use javm instead
Diffstat (limited to 'multitech/conf/distro/corecdp.conf')
-rw-r--r--multitech/conf/distro/corecdp.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/multitech/conf/distro/corecdp.conf b/multitech/conf/distro/corecdp.conf
index 85784a7..f2ee625 100644
--- a/multitech/conf/distro/corecdp.conf
+++ b/multitech/conf/distro/corecdp.conf
@@ -23,6 +23,11 @@ IMAGE_LOGIN_MANAGER = "busybox"
DEFAULT_TIMEZONE = "America/Chicago"
+PREFERRED_PROVIDER_mtd-utils-static = "mtd-utils-static"
+
+# prevents building cacao
+PREFERRED_PROVIDER_jamvm = "jamvm"
+
# Java versions that work together
# initial verions
PREFERRED_VERSION_jamvm-initial ?= "1.4.5"