summaryrefslogtreecommitdiff
path: root/conf/distro/corecdp.conf
blob: b5682fa74f0097d6349b90350534b860606b4b33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#@TYPE: Distribution
#@NAME: CoreCDP <http://www.multitech.net>
#@DESCRIPTION: CoreCDP Linux Distribution for the MTCDP Cellular Development Platform
#@MAINTAINER: Multi-Tech Systems <oe-devel@multitech.net>

# 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.2"
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"