#@TYPE: Distribution #@NAME: CoreCDP #@DESCRIPTION: CoreCDP Linux Distribution for the MTCDP Cellular Development Platform #@MAINTAINER: Multi-Tech Systems # 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 = "corecdp" DISTRO_VERSION = "1.0.1" DISTRO_TYPE = "release" TARGET_VENDOR = "-corecdp" BUILDNAME = "${DISTRO_NAME} ${DISTRO_VERSION}" # Add Multi-Tech mirror for source download as a backup INHERIT += "corecdp-mirrors" IPKG_VARIANT = "opkg-nogpg-nocurl corecdp-version" # 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"