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