summaryrefslogtreecommitdiff
path: root/multitech/conf/distro/corecdp.conf
blob: 7905fdbc7fba5d63ccb7431ec3d719bbf638ebad (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#@TYPE: Distribution
#@NAME: CoreCDP <http://www.multitech.net>
#@DESCRIPTION: CoreCDP Linux Distribution for MultiConnect OCG devices
#@MAINTAINER: Multi-Tech Systems <oe-devel@multitech.net>

# Angstrom-based distribution by Multi-Tech Systems, Inc.
require conf/distro/angstrom-2010.x.conf

DISTRO_NAME = "CoreCDP"
DISTRO = "corecdp"
DISTRO_VERSION = "2.3.4"
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 = "8"

# Add Multi-Tech mirror for source download as a backup
INHERIT += "corecdp-mirrors"

INHERIT += "corecdp_metadata_scm"

# add bbnote, etc
INHERIT += "logging"

IPKG_VARIANT = "opkg corecdp-version"

# use newer linux headers
LINUX_LIBC_HEADERS_VERSION = "2.6.39"
PREFERRED_VERSION_linux-libc-headers = "${LINUX_LIBC_HEADERS_VERSION}"
PREFERRED_VERSION_linux-libc-headers-native = "${LINUX_LIBC_HEADERS_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"

# java versions from meta-java
require java.inc

# mask out some OE-classic recipes so we use meta-java instead
BBMASK .= "|/openembedded/recipes/(jakarta-libs|jakarta-common)/"

PREFERRED_VERSION_lighttpd = "1.4.35"

# don't build bluez4 and the large amount of deps just for libpcap
PREFERRED_PROVIDER_libpcap = "libpcap-nobluetooth"

PREFERRED_VERSION_iw = "0.9.20"
PREFERRED_VERSION_wpa-supplicant = "1.0"
PREFERRED_VERSION_hostap-daemon = "1.0"

PREFERRED_VERSION_wl12xx-firmware = "r5.sp4.01"
PREFERRED_VERSION_ti-compat-wireless-wl12xx = "r5.sp4.01"
PREFERRED_VERSION_ti-wifi-utils = "r5.sp4.01"