diff options
Diffstat (limited to 'meta/conf/distro/openzaurus-unstable.conf')
-rw-r--r-- | meta/conf/distro/openzaurus-unstable.conf | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/meta/conf/distro/openzaurus-unstable.conf b/meta/conf/distro/openzaurus-unstable.conf index 9f79c32118..43492944ff 100644 --- a/meta/conf/distro/openzaurus-unstable.conf +++ b/meta/conf/distro/openzaurus-unstable.conf | |||
@@ -11,7 +11,8 @@ http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/s | |||
11 | http://www.oesources.org/source/current/" | 11 | http://www.oesources.org/source/current/" |
12 | 12 | ||
13 | 13 | ||
14 | include conf/distro/openzaurus.conf | 14 | require conf/distro/include/sane-srcdates.inc |
15 | require conf/distro/include/openzaurus.inc | ||
15 | 16 | ||
16 | DISTRO_TYPE = "debug" | 17 | DISTRO_TYPE = "debug" |
17 | # DISTRO_TYPE = "release" | 18 | # DISTRO_TYPE = "release" |
@@ -25,20 +26,22 @@ DISTRO_TYPE = "debug" | |||
25 | # console##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/console \ | 26 | # console##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/console \ |
26 | # devel##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/devel" | 27 | # devel##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/devel" |
27 | 28 | ||
28 | SRCDATE = "20060514" | 29 | SRCDATE ?= "20060701" |
30 | |||
29 | # | 31 | # |
30 | # Zaurus | 32 | # Zaurus |
31 | # | 33 | # |
32 | |||
33 | ASSUME_PROVIDED += "virtual/arm-linux-gcc-2.95" | 34 | ASSUME_PROVIDED += "virtual/arm-linux-gcc-2.95" |
34 | PREFERRED_PROVIDER_hostap-conf = "hostap-conf" | 35 | PREFERRED_PROVIDER_hostap-conf = "hostap-conf" |
36 | PREFERRED_PROVIDER_task-bootstrap = "task-bootstrap" | ||
37 | PREFERRED_PROVIDER_tslib ?= tslib | ||
35 | 38 | ||
36 | KERNEL_CONSOLE = "ttyS0" | 39 | KERNEL_CONSOLE = "ttyS0" |
37 | #DEBUG_OPTIMIZATION = "-O -g3" | 40 | #DEBUG_OPTIMIZATION = "-O -g3" |
38 | #DEBUG_BUILD = "1" | 41 | #DEBUG_BUILD = "1" |
39 | #INHIBIT_PACKAGE_STRIP = "1" | 42 | #INHIBIT_PACKAGE_STRIP = "1" |
40 | 43 | ||
41 | # fix some iconv issues, needs to be adjusted when doing uclibc builds | 44 | # Glibc provides iconv and intl -- adjust, when doing uclibc builds |
42 | PREFERRED_PROVIDER_virtual/libiconv = "glibc" | 45 | PREFERRED_PROVIDER_virtual/libiconv = "glibc" |
43 | PREFERRED_PROVIDER_virtual/libintl = "glibc" | 46 | PREFERRED_PROVIDER_virtual/libintl = "glibc" |
44 | 47 | ||
@@ -49,23 +52,26 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" | |||
49 | PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" | 52 | PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" |
50 | PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" | 53 | PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" |
51 | 54 | ||
55 | PREFERRED_VERSION_binutils-cross = "2.15.94.0.1" | ||
56 | PREFERRED_VERSION_binutils = "2.15.94.0.1" | ||
57 | |||
52 | # | 58 | # |
53 | # Opie | 59 | # Opie |
54 | # | 60 | # |
55 | #QTE_VERSION = "2.3.10" | 61 | QTE_VERSION = "2.3.10" |
56 | #OPIE_VERSION = "1.2.2" | 62 | OPIE_VERSION = "1.2.2" |
57 | #PALMTOP_USE_MULTITHREADED_QT = "yes" | 63 | PALMTOP_USE_MULTITHREADED_QT = "yes" |
58 | include conf/distro/preferred-opie-versions.inc | 64 | require conf/distro/include/preferred-opie-versions.inc |
59 | 65 | ||
60 | # | 66 | # |
61 | # GPE | 67 | # GPE |
62 | # | 68 | # |
63 | PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" | 69 | PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" |
64 | PREFERRED_PROVIDER_libx11 = "diet-x11" | 70 | PREFERRED_PROVIDER_virtual/libx11 = "diet-x11" |
65 | include conf/distro/preferred-gpe-versions-2.8.inc | 71 | require conf/distro/include/preferred-gpe-versions-2.8.inc |
66 | 72 | ||
67 | # | 73 | # |
68 | # E | 74 | # E |
69 | # | 75 | # |
70 | include conf/distro/preferred-e-versions.inc | 76 | require conf/distro/include/preferred-e-versions.inc |
71 | 77 | ||