merge of '07a342693675fe2b1daacf0eb62302579d9fade3'
[org.openembedded.dev.git] / conf / distro / ezx.conf
blob5b12b6f93b76870025f9d027eb72bd9fce30a9b6
1 #@--------------------------------------------------------------------
2 #@TYPE: Distribution
3 #@NAME: EZX <http://www.openezx.org>
4 #@DESCRIPTION: A Linux Distribution for Motorola GSM phones
5 #@MAINTAINER: Michael 'Mickey' Lauer <mickey@Vanille.de>
6 #@--------------------------------------------------------------------
8 DISTRO_NAME = "OpenEZX"
9 DISTRO_VERSION = ".dev-snapshot-${DATE}"
10 DISTRO_TYPE = "debug"
11 # DISTRO_TYPE = "release"
13 INHERIT += " package_ipk debian"
15 # libc setting:
16 # specify whether you want a glibc or uclibc based distribution
17 #TARGET_OS = "linux-uclibc"
18 TARGET_OS = "linux"
19 TARGET_FPU = "soft"
21 #FEED_URIS += " \
22 #           upgrades##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/ \
23 #upgrades-${MACHINE}##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/${MACHINE} \
24 #            machine##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/machine/${MACHINE} \
25 #               base##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/base/ \
26 #               libs##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/libs/ \
27 #            console##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/console \
28 #              devel##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/devel"
30 SRCDATE ?= "20060507"
32 PREFERRED_PROVIDER_hostap-conf = "hostap-conf"
34 KERNEL_CONSOLE = "ttyS0"
35 #DEBUG_OPTIMIZATION = "-O -g3"
36 #DEBUG_BUILD = "1"
37 #INHIBIT_PACKAGE_STRIP = "1"
39 # fix some iconv issues, needs to be commented out when doing uclibc builds
40 PREFERRED_PROVIDER_virtual/libiconv = "glibc"
41 PREFERRED_PROVIDER_virtual/libintl = "glibc"
44 # Base
46 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
47 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
48 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
50 # ezx-kernel has problems with newer g++ atm.
51 PREFERRED_VERSION_gcc ?= "3.4.4"
52 PREFERRED_VERSION_gcc-cross ?= "3.4.4"
53 PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4"
54 PREFERRED_VERSION_binutils-cross ?= "2.15.94.0.1"
55 PREFERRED_VERSION_binutils ?= "2.15.94.0.1"
58 # Utilities
60 EXTRA_IMAGEDEPENDS += "ezx-boot-usb-native"
61 BOOTSTRAP_EXTRA_RDEPENDS += "ezx-gpiotool strace"
64 # Opie
66 QTE_VERSION = "2.3.10"
67 OPIE_VERSION = "1.2.2"
68 PALMTOP_USE_MULTITHREADED_QT = "yes"
69 require conf/distro/include/preferred-opie-versions.inc
72 # GPE
74 PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
75 PREFERRED_PROVIDER_virtual/libx11 = "diet-x11"
76 require conf/distro/include/preferred-gpe-versions-2.8.inc
79 # E
81 require conf/distro/include/preferred-e-versions.inc