#@TYPE: Distribution #@NAME: CoreCDP #@DESCRIPTION: CoreCDP Linux Distribution for MultiConnect OCG devices #@MAINTAINER: Multi-Tech Systems # Angstrom-based distribution by Multi-Tech Systems, Inc. require conf/distro/angstrom-2010.x.conf DISTRO_NAME = "CoreCDP" DISTRO = "corecdp" DISTRO_VERSION = "2.0.0-beta1" DISTRO_PR = ".10" DISTRO_TYPE = "release" TARGET_VENDOR = "-corecdp" BUILDNAME = "${DISTRO_NAME} ${DISTRO_VERSION}" # bump this to force a bitbake cache refresh when new bbappend files # are added (bitbake cache ignores new bbappend files in 1.12) CORECDP_LAYER_INC = "3" # Add Multi-Tech mirror for source download as a backup INHERIT += "corecdp-mirrors" INHERIT += "corecdp_metadata_scm" IPKG_VARIANT = "opkg corecdp-version" # use busybox instead of tinylogin IMAGE_LOGIN_MANAGER = "busybox" DEFAULT_TIMEZONE = "America/Chicago" PREFERRED_VERSION_mtd-utils = "1.4.4" PREFERRED_VERSION_mtd-utils_static = "1.4.4" PREFERRED_PROVIDER_mtd-utils-static = "mtd-utils-static" # prevents building cacao, which is broken for target PREFERRED_PROVIDER_jamvm = "jamvm" # use latest jamvm PREFERRED_VERSION_jamvm = "1.5.4" PREFERRED_VERSION_lighttpd = "1.4.28" # don't build bluez4 and the large amount of deps just for libpcap PREFERRED_PROVIDER_libpcap = "libpcap-nobluetooth"