1 #@--------------------------------------------------------------------
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}"
11 # DISTRO_TYPE = "release"
13 INHERIT += " package_ipk debian"
16 # specify whether you want a glibc or uclibc based distribution
17 #TARGET_OS = "linux-uclibc"
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"
32 PREFERRED_PROVIDER_hostap-conf = "hostap-conf"
34 KERNEL_CONSOLE = "ttyS0"
35 #DEBUG_OPTIMIZATION = "-O -g3"
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"
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"
60 EXTRA_IMAGEDEPENDS += "ezx-boot-usb-native"
61 BOOTSTRAP_EXTRA_RDEPENDS += "ezx-gpiotool strace"
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
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
81 require conf/distro/include/preferred-e-versions.inc