]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/conf/distro/familiar-0.8.3.conf
0de7d7c2c80217364c77abf26cbb10a631a807c2
[familiar-h63xx-build.git] / org.handhelds.familiar / conf / distro / familiar-0.8.3.conf
1 DISTRO = "familiar"
2 DISTRO_NAME = "Familiar Linux"
3 DISTRO_VERSION = "v0.8.3"
4
5 include conf/distro/familiar.conf
6
7
8 #DISTRO_TYPE = "debug"
9 DISTRO_TYPE = "release"
10
11 FEED_URIS += " \
12         base##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/base \
13         ${MACHINE}##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/machine/${MACHINE} \
14         updates##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/updates \
15         locale-en##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/locale/en \
16         locale-fr##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/locale/fr \
17         locale-de##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/locale/de"
18
19 CVSDATE = 20051212
20
21 PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
22 PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc:gcc-cross"
23 PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}g++:gcc-cross"
24
25 PREFERRED_PROVIDER_virtual/libiconv=glibc
26 PREFERRED_PROVIDER_virtual/libintl=glibc
27 PREFERRED_PROVIDER_x11=diet-x11
28
29 #newer hostap modules didn't seem to work for me 
30 PREFERRED_VERSION_hostap-modules ?= "0.3.9"
31
32 #2.4 machines prefer 0.13e ones
33 PREFERRED_VERSION_orinoco-modules ?= "0.13e"
34
35 #but 0.13e doesn't build against 2.6
36 PREFERRED_VERSION_orinoco-modules_h2200 ?= "0.15"
37 PREFERRED_VERSION_orinoco-modules_ipaq-pxa270 ?= "0.15"
38
39 #prefer a newer hh.org cvs kernel
40 CVSDATE_handhelds-pxa-2.6 = "20051221"
41 CVSDATE_LAB-kernel = "20051221"
42
43 #The CSL compiler is unusable because
44 # 1) certain programs stop to compile
45 # 2) more programs segfault
46 PREFERRED_VERSION_gcc ?= "3.4.4"
47 PREFERRED_VERSION_gcc-cross ?= "3.4.4"
48 PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4"
49 PREFERRED_VERSION_gcc-cross-sdk ?= "3.4.4"
50
51
52 #
53 # Machines section
54 #
55
56 # select kernel version for the zaurus family
57
58 ZKERNEL_VERSION_poodle = "2.4" 
59 ZKERNEL_VERSION_collie = "2.4"
60 ZKERNEL_VERSION_c7x0   = "2.6"
61 ZKERNEL_VERSION_spitz  = "2.4"
62 ZKERNEL_VERSION_akita  = "2.4"
63 ZKERNEL_VERSION_borzoi = "2.4"
64 ZKERNEL_VERSION_tosa   = "2.4" 
65
66
67 #
68 # Opie
69 #
70
71 PREFERRED_PROVIDERS += " virtual/libqpe:libqpe-opie"
72 PREFERRED_VERSION_qte = "2.3.10"
73
74 OPIE_VERSION = "1.2.1"
75 include conf/distro/preferred-opie-versions.inc
76
77 #
78 # GPE
79 #
80
81 PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive"
82 PREFERRED_PROVIDERS += "virtual/gconf:gconf-dbus"
83 PREFERRED_PROVIDER_x11 = "diet-x11"
84
85 include conf/distro/preferred-gpe-versions-2.7.inc
86
87 #
88 # E
89 #
90 include conf/distro/preferred-e-versions.inc
91