summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/openzaurus-unstable.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/distro/openzaurus-unstable.conf')
-rw-r--r--meta/conf/distro/openzaurus-unstable.conf71
1 files changed, 71 insertions, 0 deletions
diff --git a/meta/conf/distro/openzaurus-unstable.conf b/meta/conf/distro/openzaurus-unstable.conf
new file mode 100644
index 0000000000..9f79c32118
--- /dev/null
+++ b/meta/conf/distro/openzaurus-unstable.conf
@@ -0,0 +1,71 @@
1#@--------------------------------------------------------------------
2#@TYPE: Distribution
3#@NAME: OpenZaurus <http://www.openzaurus.org>
4#@DESCRIPTION: A Linux Distribution for the Sharp Zaurus family
5#@--------------------------------------------------------------------
6
7DISTRO_VERSION = ".dev-snapshot-${DATE}"
8
9CVS_TARBALL_STASH = "\
10http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/sources/ \
11http://www.oesources.org/source/current/"
12
13
14include conf/distro/openzaurus.conf
15
16DISTRO_TYPE = "debug"
17# DISTRO_TYPE = "release"
18
19#FEED_URIS += " \
20# upgrades##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/ \
21#upgrades-${MACHINE}##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/${MACHINE} \
22# machine##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/machine/${MACHINE} \
23# base##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/base/ \
24# libs##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/libs/ \
25# console##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/console \
26# devel##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/devel"
27
28SRCDATE = "20060514"
29#
30# Zaurus
31#
32
33ASSUME_PROVIDED += "virtual/arm-linux-gcc-2.95"
34PREFERRED_PROVIDER_hostap-conf = "hostap-conf"
35
36KERNEL_CONSOLE = "ttyS0"
37#DEBUG_OPTIMIZATION = "-O -g3"
38#DEBUG_BUILD = "1"
39#INHIBIT_PACKAGE_STRIP = "1"
40
41# fix some iconv issues, needs to be adjusted when doing uclibc builds
42PREFERRED_PROVIDER_virtual/libiconv = "glibc"
43PREFERRED_PROVIDER_virtual/libintl = "glibc"
44
45#
46# Base
47#
48PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
49PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
50PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
51
52#
53# Opie
54#
55#QTE_VERSION = "2.3.10"
56#OPIE_VERSION = "1.2.2"
57#PALMTOP_USE_MULTITHREADED_QT = "yes"
58include conf/distro/preferred-opie-versions.inc
59
60#
61# GPE
62#
63PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive"
64PREFERRED_PROVIDER_libx11 = "diet-x11"
65include conf/distro/preferred-gpe-versions-2.8.inc
66
67#
68# E
69#
70include conf/distro/preferred-e-versions.inc
71