diff options
Diffstat (limited to 'meta/conf/distro/familiar-unstable.conf')
-rw-r--r-- | meta/conf/distro/familiar-unstable.conf | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/meta/conf/distro/familiar-unstable.conf b/meta/conf/distro/familiar-unstable.conf new file mode 100644 index 0000000000..e42456672c --- /dev/null +++ b/meta/conf/distro/familiar-unstable.conf | |||
@@ -0,0 +1,77 @@ | |||
1 | DISTRO = "familiar" | ||
2 | DISTRO_NAME = "Familiar Linux" | ||
3 | DISTRO_VERSION = "unstable-${DATE}" | ||
4 | # Do not touch this file before notifying familiar-dev@handhelds.org | ||
5 | |||
6 | include conf/distro/familiar.conf | ||
7 | |||
8 | DISTRO_TYPE = "debug" | ||
9 | #DISTRO_TYPE = "release" | ||
10 | #!!!!! DON'T FORGET TO ENABLE ZAPROOTPASSWD !!!!! | ||
11 | |||
12 | |||
13 | FEED_URIS += " \ | ||
14 | base##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/base \ | ||
15 | ${MACHINE}##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/machine/${MACHINE} \ | ||
16 | updates##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/updates \ | ||
17 | locale-en##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/locale/en \ | ||
18 | locale-fr##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/locale/fr \ | ||
19 | locale-de##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/locale/de" | ||
20 | |||
21 | #SRCDATE = 20050331 | ||
22 | #SRCDATE = "now" | ||
23 | |||
24 | PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" | ||
25 | PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc:gcc-cross" | ||
26 | PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}g++:gcc-cross" | ||
27 | |||
28 | PREFERRED_PROVIDER_virtual/libiconv=glibc | ||
29 | PREFERRED_PROVIDER_virtual/libintl=glibc | ||
30 | |||
31 | PREFERRED_VERSION_hostap-modules ?= "0.3.9" | ||
32 | |||
33 | #2.4 machines prefer 0.13e ones | ||
34 | PREFERRED_VERSION_orinoco-modules ?= "0.13e" | ||
35 | |||
36 | #but 0.13e doesn't build against 2.6 | ||
37 | PREFERRED_VERSION_orinoco-modules_h2200 ?= "0.15" | ||
38 | PREFERRED_VERSION_orinoco-modules_ipaq-pxa270 ?= "0.15" | ||
39 | |||
40 | |||
41 | # The CSL compiler is unusable because | ||
42 | # 1) certain programs stop to compile | ||
43 | # 2) more programs segfault | ||
44 | PREFERRED_VERSION_gcc ?= "3.4.4" | ||
45 | PREFERRED_VERSION_gcc-cross ?= "3.4.4" | ||
46 | PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4" | ||
47 | |||
48 | # | ||
49 | # PIN the familiar build to a version | ||
50 | # | ||
51 | PREFERRED_VERSION_binutils-cross ?= "2.15.94.0.1" | ||
52 | PREFERRED_VERSION_binutils ?= "2.15.94.0.1" | ||
53 | |||
54 | # | ||
55 | # Opie | ||
56 | # | ||
57 | |||
58 | OPIE_VERSION = "1.2.2" | ||
59 | QTE_VERSION = "2.3.10" | ||
60 | PALMTOP_USE_MULTITHREADED_QT = "yes" | ||
61 | include conf/distro/preferred-opie-versions.inc | ||
62 | |||
63 | # | ||
64 | # GPE | ||
65 | # | ||
66 | |||
67 | PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" | ||
68 | PREFERRED_PROVIDERS += "virtual/gconf:gconf-dbus" | ||
69 | PREFERRED_PROVIDER_libx11 = "diet-x11" | ||
70 | |||
71 | include conf/distro/preferred-gpe-versions-2.8.inc | ||
72 | |||
73 | # | ||
74 | # E | ||
75 | # | ||
76 | include conf/distro/preferred-e-versions.inc | ||
77 | |||