summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2010-04-30 10:46:16 -0500
committerJesse Gilles <jgilles@multitech.com>2010-04-30 10:46:16 -0500
commit08aacf0e3ce15bed2db285b7884216fa9b6a719f (patch)
tree209fe6c63d107f8174be02b36c55cf09540b15c3
parent31f552622fdde5779b26e062b72bb21104f09c79 (diff)
add CoreCDP distro
-rw-r--r--conf/distro/corecdp.conf39
1 files changed, 39 insertions, 0 deletions
diff --git a/conf/distro/corecdp.conf b/conf/distro/corecdp.conf
new file mode 100644
index 0000000000..c55c83273c
--- /dev/null
+++ b/conf/distro/corecdp.conf
@@ -0,0 +1,39 @@
+#@TYPE: Distribution
+#@NAME: CoreCDP Linux
+#@DESCRIPTION: CoreCDP Linux Distribution for the MTCDP Cellular Development Platform
+
+# Angstrom-based distribution by Multi-Tech Systems, Inc.
+require conf/distro/angstrom-2008.1.conf
+
+# allow use of amend.inc files in FILESPATH to add to existing recipes
+require conf/amend-recipes.inc
+
+DISTRO_NAME = "corecdp"
+DISTRO = ${DISTRO_NAME}
+DISTRO_VERSION = "2010.04"
+DISTRO_TYPE = "release"
+TARGET_VENDOR = "-corecdp"
+
+# disable angstrom opkg feeds
+ANGSTROM_FEED_CONFIGS = ""
+
+# use busybox instead of tinylogin
+IMAGE_LOGIN_MANAGER = "busybox"
+
+DEFAULT_TIMEZONE = "America/Chicago"
+
+# 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"
+
+# don't build bluez4 and the large amount of deps just for libpcap
+PREFERRED_PROVIDER_libpcap = "libpcap-nobluetooth"