diff options
Diffstat (limited to 'openembedded/conf/distro/familiar-0.8.3.conf')
-rw-r--r-- | openembedded/conf/distro/familiar-0.8.3.conf | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/openembedded/conf/distro/familiar-0.8.3.conf b/openembedded/conf/distro/familiar-0.8.3.conf deleted file mode 100644 index 53614d9291..0000000000 --- a/openembedded/conf/distro/familiar-0.8.3.conf +++ /dev/null | |||
@@ -1,66 +0,0 @@ | |||
1 | DISTRO = "familiar" | ||
2 | DISTRO_NAME = "Familiar Linux" | ||
3 | DISTRO_VERSION = "v0.8.3-unofficial-unsupported-snapshot-${DATE}" | ||
4 | |||
5 | include conf/distro/familiar.conf | ||
6 | |||
7 | "${@bb.fatal('This file is unmaintained in the org.oe.dev branch, use the org.openembedded.oz354fam083 branch instead. You can also remove this line, but don't complain if something breaks')}" | ||
8 | |||
9 | |||
10 | |||
11 | DISTRO_TYPE = "debug" | ||
12 | #DISTRO_TYPE = "release" | ||
13 | |||
14 | FEED_URIS += " \ | ||
15 | base##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/base \ | ||
16 | updates##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/updates" | ||
17 | |||
18 | #CVSDATE = 20050331 | ||
19 | |||
20 | PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" | ||
21 | PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc:gcc-cross" | ||
22 | PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}g++:gcc-cross" | ||
23 | |||
24 | PREFERRED_PROVIDER_virtual/libiconv=glibc | ||
25 | PREFERRED_PROVIDER_virtual/libintl=glibc | ||
26 | PREFERRED_PROVIDER_x11=diet-x11 | ||
27 | |||
28 | PREFERRED_VERSION_hostap-modules ?= "0.3.9" | ||
29 | |||
30 | # The CSL compiler is unusable because | ||
31 | # 1) certain programs stop to compile | ||
32 | # 2) more programs segfault | ||
33 | PREFERRED_VERSION_gcc ?= "3.4.4" | ||
34 | PREFERRED_VERSION_gcc-cross ?= "3.4.4" | ||
35 | PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4" | ||
36 | |||
37 | # | ||
38 | # Opie | ||
39 | # | ||
40 | |||
41 | PREFERRED_PROVIDERS += " virtual/libqpe:libqpe-opie" | ||
42 | PREFERRED_VERSION_qte = "2.3.10" | ||
43 | |||
44 | OPIE_VERSION = "1.2.1" | ||
45 | include conf/distro/preferred-opie-versions.inc | ||
46 | |||
47 | # | ||
48 | # GPE | ||
49 | # | ||
50 | |||
51 | PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive" | ||
52 | PREFERRED_PROVIDERS += "virtual/gconf:gconf-dbus" | ||
53 | PREFERRED_PROVIDER_x11 = "diet-x11" | ||
54 | |||
55 | include conf/distro/preferred-gpe-versions-2.7.inc | ||
56 | |||
57 | # | ||
58 | # E | ||
59 | # | ||
60 | |||
61 | |||
62 | #23:57 < mickeyl> it's no longer necessary since our cleanup | ||
63 | #23:57 < mickeyl> it may be again when we add cvs versions, but until now, just don't include it | ||
64 | |||
65 | #include conf/distro/preferred-e-versions.inc | ||
66 | |||