summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Hentges <oe@hentges.net>2006-05-19 09:49:12 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-19 09:49:12 +0000
commitdbbc6b98af8ec9dcd32094f48198f37acb9ef916 (patch)
treeb2d70d1e2020b4621ba7f639e690b5aa150f433f
parent76cc45d65bbe580e3e9691290cad22ca2c335164 (diff)
parente757f845ebc5d903035b518a6a4a58265b03ba06 (diff)
merge of 94191cc6b29453ad677a49c629a88b38120a4a5b
and d5f1262d9263a58e4024f5dde8816ef2f06baddc
-rw-r--r--conf/distro/ezx.conf16
1 files changed, 13 insertions, 3 deletions
diff --git a/conf/distro/ezx.conf b/conf/distro/ezx.conf
index 2bb392759a..f13a51ee04 100644
--- a/conf/distro/ezx.conf
+++ b/conf/distro/ezx.conf
@@ -10,8 +10,13 @@ DISTRO_VERSION = ".dev-snapshot-${DATE}"
DISTRO_TYPE = "debug"
# DISTRO_TYPE = "release"
-include conf/distro/openzaurus.conf
+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/ \
@@ -31,7 +36,7 @@ KERNEL_CONSOLE = "ttyS0"
#DEBUG_BUILD = "1"
#INHIBIT_PACKAGE_STRIP = "1"
-# fix some iconv issues, needs to be adjusted when doing uclibc builds
+# fix some iconv issues, needs to be commented out when doing uclibc builds
PREFERRED_PROVIDER_virtual/libiconv = "glibc"
PREFERRED_PROVIDER_virtual/libintl = "glibc"
@@ -50,6 +55,11 @@ PREFERRED_VERSION_binutils-cross ?= "2.15.94.0.1"
PREFERRED_VERSION_binutils ?= "2.15.94.0.1"
#
+# Utilities
+#
+BOOTSTRAP_EXTRA_DEPENDS += "ezx-boot-usb-native"
+
+#
# Opie
#
QTE_VERSION = "2.3.10"
@@ -60,7 +70,7 @@ include conf/distro/preferred-opie-versions.inc
#
# GPE
#
-PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive"
+PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
PREFERRED_PROVIDER_libx11 = "diet-x11"
include conf/distro/preferred-gpe-versions-2.8.inc