diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-14 08:45:53 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-14 08:45:53 +0000 |
commit | 261421b2c150e2758ec6b4812c251512f4bb5895 (patch) | |
tree | 05d1fa8d7e109d215bede91b36955b096397004d /conf | |
parent | d63e35340a6a2b0c7a7e049e921d624469bbd0dd (diff) | |
parent | e458e31a792e1ffae09b971e765094b345f3dcd8 (diff) |
merge of 'ae80749e4b78bcd1a09605ab422d6bca3ed0eac9'
and 'd942dfba8b566098a8d2eaed687295691c4716bc'
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/ezx.conf | 82 |
1 files changed, 0 insertions, 82 deletions
diff --git a/conf/distro/ezx.conf b/conf/distro/ezx.conf deleted file mode 100644 index 5b12b6f93b..0000000000 --- a/conf/distro/ezx.conf +++ /dev/null @@ -1,82 +0,0 @@ -#@-------------------------------------------------------------------- -#@TYPE: Distribution -#@NAME: EZX <http://www.openezx.org> -#@DESCRIPTION: A Linux Distribution for Motorola GSM phones -#@MAINTAINER: Michael 'Mickey' Lauer <mickey@Vanille.de> -#@-------------------------------------------------------------------- - -DISTRO_NAME = "OpenEZX" -DISTRO_VERSION = ".dev-snapshot-${DATE}" -DISTRO_TYPE = "debug" -# DISTRO_TYPE = "release" - -INHERIT += " package_ipk debian" - -# libc setting: -# specify whether you want a glibc or uclibc based distribution -#TARGET_OS = "linux-uclibc" -TARGET_OS = "linux" -TARGET_FPU = "soft" - -#FEED_URIS += " \ -# upgrades##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/ \ -#upgrades-${MACHINE}##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/${MACHINE} \ -# machine##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/machine/${MACHINE} \ -# base##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/base/ \ -# libs##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/libs/ \ -# console##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/console \ -# devel##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/devel" - -SRCDATE ?= "20060507" - -PREFERRED_PROVIDER_hostap-conf = "hostap-conf" - -KERNEL_CONSOLE = "ttyS0" -#DEBUG_OPTIMIZATION = "-O -g3" -#DEBUG_BUILD = "1" -#INHIBIT_PACKAGE_STRIP = "1" - -# fix some iconv issues, needs to be commented out when doing uclibc builds -PREFERRED_PROVIDER_virtual/libiconv = "glibc" -PREFERRED_PROVIDER_virtual/libintl = "glibc" - -# -# Base -# -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" -PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" - -# ezx-kernel has problems with newer g++ atm. -PREFERRED_VERSION_gcc ?= "3.4.4" -PREFERRED_VERSION_gcc-cross ?= "3.4.4" -PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4" -PREFERRED_VERSION_binutils-cross ?= "2.15.94.0.1" -PREFERRED_VERSION_binutils ?= "2.15.94.0.1" - -# -# Utilities -# -EXTRA_IMAGEDEPENDS += "ezx-boot-usb-native" -BOOTSTRAP_EXTRA_RDEPENDS += "ezx-gpiotool strace" - -# -# Opie -# -QTE_VERSION = "2.3.10" -OPIE_VERSION = "1.2.2" -PALMTOP_USE_MULTITHREADED_QT = "yes" -require conf/distro/include/preferred-opie-versions.inc - -# -# GPE -# -PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" -PREFERRED_PROVIDER_virtual/libx11 = "diet-x11" -require conf/distro/include/preferred-gpe-versions-2.8.inc - -# -# E -# -require conf/distro/include/preferred-e-versions.inc - |