From 08aacf0e3ce15bed2db285b7884216fa9b6a719f Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Fri, 30 Apr 2010 10:46:16 -0500 Subject: add CoreCDP distro --- conf/distro/corecdp.conf | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 conf/distro/corecdp.conf 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" -- cgit v1.2.3