]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/conf/distro/openzaurus-3.5.4.conf
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / conf / distro / openzaurus-3.5.4.conf
1 DISTRO = "openzaurus"
2 DISTRO_NAME = "OpenZaurus"
3 DISTRO_VERSION = "3.5.4"
4
5 include conf/distro/openzaurus.conf
6
7 DISTRO_TYPE = "release"
8 CVSDATE = "20060102"
9
10 FEED_BASE_URI = "http://ewi546.ewi.utwente.nl/mirror/www.openzaurus.org/official/unstable/3.5.4/"
11 FEED_URIS += " \
12         upgrades##${FEED_BASE_URI}/feed/upgrades \
13 machine-upgrades##${FEED_BASE_URI}/feed/upgrades/machine/${MACHINE} \
14          machine##${FEED_BASE_URI}/feed/machine/${MACHINE} \
15             base##${FEED_BASE_URI}/feed/base "
16
17
18 #
19 # Zaurus
20 #
21
22 ASSUME_PROVIDED += "virtual/arm-linux-gcc-2.95"
23 OEINCLUDELOGS = "yes"
24 KERNEL_CONSOLE = "ttyS0"
25 #DEBUG_OPTIMIZATION = "-O -g3"
26 #DEBUG_BUILD = "1"
27 #INHIBIT_PACKAGE_STRIP = "1"
28
29 # enable progressbar on c7x0 like we had in OZ 3.5.3
30 OZ_KERNEL_ENABLE_ELPP="yes"
31
32 PREFERRED_VERSION_ipkg = "0.99.159"
33
34 PREFERRED_VERSION_gcc = "3.4.4"
35 PREFERRED_VERSION_gcc-cross = "3.4.4"
36 PREFERRED_VERSION_gcc-cross-initial = "3.4.4"
37
38 PREFERRED_VERSION_hostap-modules = "0.3.9"
39
40 #fix some iconv issues, needs to be adjusted when doing uclibc builds
41 PREFERRED_PROVIDER_virtual/libiconv=glibc
42 PREFERRED_PROVIDER_virtual/libintl=glibc
43
44
45 #
46 # Base
47 #
48 PREFERRED_VERSION_binutils-cross = "2.15.94.0.1"
49 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
50 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross"
51 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
52
53 #Set some default providers where multiple exist
54 PREFERRED_PROVIDERS += " tslib:tslib"
55
56 #
57 # Opie
58 #
59 PREFERRED_PROVIDERS += " virtual/libqpe:libqpe-opie"
60
61 OPIE_VERSION = "1.2.1"
62 include conf/distro/preferred-opie-versions.inc
63
64 #
65 # GPE
66 #
67 PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive"
68 PREFERRED_PROVIDERS += "virtual/gconf:gconf-dbus"
69 PREFERRED_PROVIDER_gnome-vfs=gnome-vfs-dbus
70 PREFERRED_PROVIDER_x11 = "diet-x11"
71 PREFERRED_PROVIDER_libgpewidget = "libgpewidget"
72
73 include conf/distro/preferred-gpe-versions-2.7.inc
74
75 #
76 # E
77 #
78 include conf/distro/preferred-e-versions.inc
79
80 # put images into dirs from where we can copy them easier
81 DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${DISTRO_VERSION}/${MACHINE}"