summaryrefslogtreecommitdiff
path: root/conf/distro/openzaurus-unstable.conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-01-02 17:10:19 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-02 17:10:19 +0000
commitddbdaacce2994bcdc5166daad50450da4835b75a (patch)
tree14442f45a7a906c1f02ba00bbfe02933cbfa403b /conf/distro/openzaurus-unstable.conf
parent23f06f8a938e6bbf21fd33688ca9fb1744d14315 (diff)
openzaurus: change version from 3.5.4 to 'unstable'
- OPIE CVS is now preferred instead of 1.2.1 - feeds uris are removed - if someone build from .dev then know what to do with packages
Diffstat (limited to 'conf/distro/openzaurus-unstable.conf')
-rw-r--r--conf/distro/openzaurus-unstable.conf67
1 files changed, 67 insertions, 0 deletions
diff --git a/conf/distro/openzaurus-unstable.conf b/conf/distro/openzaurus-unstable.conf
new file mode 100644
index 0000000000..2e4a943337
--- /dev/null
+++ b/conf/distro/openzaurus-unstable.conf
@@ -0,0 +1,67 @@
+DISTRO_VERSION = ".dev-snapshot-${DATE}"
+
+include conf/distro/openzaurus.conf
+
+DISTRO_TYPE = "debug"
+# DISTRO_TYPE = "release"
+
+#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"
+
+# CVSDATE = "20050704"
+
+#
+# Zaurus
+#
+
+ASSUME_PROVIDED += "virtual/arm-linux-gcc-2.95"
+
+KERNEL_CONSOLE = "ttyS0"
+#DEBUG_OPTIMIZATION = "-O -g3"
+#DEBUG_BUILD = "1"
+#INHIBIT_PACKAGE_STRIP = "1"
+
+PREFERRED_VERSION_gcc-cross ?= "3.4.4"
+PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4"
+
+PREFERRED_VERSION_hostap-modules ?= "0.3.9"
+
+#fix some iconv issues, needs to be adjusted when doing uclibc builds
+PREFERRED_PROVIDER_virtual/libiconv = "glibc"
+PREFERRED_PROVIDER_virtual/libintl = "glibc"
+
+
+#
+# Base
+#
+PREFERRED_VERSION_binutils-cross ?= "2.15.94.0.1"
+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"
+
+#
+# Opie
+#
+PREFERRED_PROVIDERS += " virtual/libqpe:libqpe-opie"
+
+#OPIE_VERSION = "1.2.1"
+#include conf/distro/preferred-opie-versions.inc
+
+#
+# GPE
+#
+PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive"
+PREFERRED_PROVIDER_x11 = "diet-x11"
+include conf/distro/preferred-gpe-versions-2.7.inc
+
+#
+# E
+#
+#include conf/distro/preferred-e-versions.inc
+