iscsi-target: Add package iscsi-target
[vuplus_openembedded] / conf / distro / jlime-donkey.conf
1 #@TYPE: Distribution
2 #@NAME: Jornada Linux Mobility Edition (JLime) <www.jlime.com>
3 #@DESCRIPTION: Distribution file for JLime (Linux for HP jornada 5xx,6xx,7xx,8xx series)
4 #@MAINTAINER: Kristoffer Ericson <Kristoffer@jlime.com>
5
6 DISTRO_NAME = "jlime"
7 DISTRO_VERSION = "donkey"
8
9 require conf/distro/include/sane-srcdates.inc
10 require conf/distro/include/sane-srcrevs.inc
11
12 export FEED_URLS_jlime = "donkey##http://donkey-${ARCH}.jlime.com"
13
14 #<>----------------------------------------------------------------->
15 #<> No uniroot
16 #<>-----------------------------------------------------------------<
17 PREFERRED_PROVIDER_task-bootstrap = "task-bootstrap"
18
19 #<>----------------------------------------------------------------->
20 #<> We will set CVS DATE when things are known to work.
21 #<>-----------------------------------------------------------------<
22 PREFERRED_PROVIDERS +=  "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
23 PREFERRED_PROVIDERS +=  "virtual/${TARGET_PREFIX}gcc:gcc-cross"
24 PREFERRED_PROVIDERS +=  "virtual/${TARGET_PREFIX}g++:gcc-cross"
25 PREFERRED_PROVIDER_virtual/sh3-linux-libc-for-gcc = "glibc-intermediate"
26 PREFERRED_PROVIDER_virtual/arm-linux-libc-for-gcc = "glibc-intermediate"
27
28 #<>----------------------------------------------------------------->
29 #<> We want this so we can crosscompile the kernel using gcc 3.4.3
30 #<> Also, select version of modules (and kernel)
31 #<>-----------------------------------------------------------------<
32 PREFERRED_PROVIDERS +=  "virtual/${TARGET_PREFIX}gcc-3.4.4:gcc-cross-kernel"
33 PREFERRED_PROVIDER_virtual/kernel = "linux-jlime-${MACHINE}"
34
35
36 #<>----------------------------------------------------------------->
37 #<>We want kdrive as our default X-Server.
38 #<>-----------------------------------------------------------------<
39 PREFERRED_PROVIDER_xserver          = "xserver-kdrive"
40 PREFERRED_PROVIDER_virtual/xserver  = "xserver-kdrive"
41 PREFERRED_PROVIDER_virtual/libx11    = "libx11"
42 require conf/distro/include/preferred-xorg-versions-X11R7.3.inc
43
44
45 #<>----------------------------------------------------------------->
46 #<>Setting Preferred Binutils,gcc,glibc and linux-libc-headers
47 #<>-----------------------------------------------------------------<
48 PREFERRED_VERSION_binutils = "2.18"
49 PREFERRED_VERSION_binutils-cross = "2.18"
50 PREFERRED_VERSION_binutils-cross-sdk = "2.18"
51 PREFERRED_VERSION_gcc = "4.2.2"
52 PREFERRED_VERSION_gcc-cross = "4.2.2"
53 PREFERRED_VERSION_gcc-cross-initial = "4.2.2"
54 PREFERRED_VERSION_linux-libc-headers = "2.6.23"                                                             
55 PREFERRED_VERSION_glibc = "2.6.1"
56 PREFERRED_VERSION_glibc-initial = "2.6.1"
57 PREFERRED_VERSION_glibc-intermediate = "2.6.1"
58
59 #<>------------------------------------------------------------------>
60 #<>
61 #<>Setting Preferred xserver-kdrive. Also choose diet-x11 as default libx11.
62 #<>------------------------------------------------------------------<
63 #PREFERRED_VERSION_xserver-kdrive = "X11R7.1-1.1.0"
64 PREFERRED_PROVIDER_tslib          = "tslib"
65 PREFERRED_PROVIDER_virtual/libsdl = "libsdl-x11"
66
67 #<>------------------------------------------------------------------>
68 #<>
69 #<>System-critical software with known working versions.
70 #<>------------------------------------------------------------------<
71 PREFERRED_VERSION_linux-jlime-jornada6xx = "2.6.24"
72 PREFERRED_VERSION_udev = "118"
73 PREFERRED_VERSION_busybox = "1.9.1"
74
75 #<>------------------------------------------------------------------>
76 #<>Other Specific stuff.
77 #<>
78 #<>
79 #<>We want to be able to build this for all jornadas so
80 #<>to not mess up the folders we need to make them dynamic.
81 #<>It will use different folders depending on Arch (set in local.conf)
82 #<>------------------------------------------------------------------<
83 SRC_DIST_LOCAL = "copy"
84 INHERIT += "package_ipk package_tar multimachine src_distribute_local"
85 BBINCLUDELOGS = "yes"
86 IMAGE_FSTYPES = "tar.bz2"
87 TARGET_OS = "linux"
88
89
90 #<>------------------------------------------------------------------>
91 #<>What we want on the bootstrap image (extra) 
92 #<>                                            
93 #<>------------------------------------------------------------------<
94 DISTRO_EXTRA_RDEPENDS = "wireless-tools nano keymaps tslib-calibrate tslib-tests console-tools \
95                          parted dialog"
96
97
98 #<>------------------------------------------------------------------>
99 #<>What Qte, libqte.. versions should we use.
100 #<>------------------------------------------------------------------<
101 QTE_VERSION = "2.3.10"
102 PALMTOP_USE_MULTITHREADED_QT = "yes"
103 OPIE_VERSION = "1.2.3"
104 require conf/distro/include/preferred-opie-versions-1.2.3.inc
105
106
107 #<>------------------------------------------------------------------>
108 #<> We want pcmciautils, not pcmcia-cs
109 #<>------------------------------------------------------------------<
110 PCMCIA_MANAGER = "pcmciautils"
111
112
113 #<>------------------------------------------------------------------>
114 #<> We are using gcc 4.1.1 so lets keep optimizations low
115 #<>------------------------------------------------------------------< 
116 FULL_OPTIMIZATION = "-O2"
117
118
119 #<>------------------------------------------------------------------>
120 #<>Our Image files should look abit better.
121 #<>
122 #<>------------------------------------------------------------------<
123 IMAGE_NAME = "${IMAGE_BASENAME}-Donkey-${MACHINE}"
124
125
126 #<>------------------------------------------------------------------>
127 #<>
128 #<>
129 #<> General non-essential programs with known working versions
130 #<>
131 #<>------------------------------------------------------------------<
132 PREFERRED_VERSION_tightvnc = "1.3.9"
133 PREFERRED_VERSION_xmonobut = "0.4"
134 PREFERRED_VERSION_konqueror-embedded = "20070212"
135 #PREFERRED_VERSION_encodings = "X11R7.0-1.0.0"
136 PREFERRED_VERSION_icewm = "1.2.34"
137 PREFERRED_VERSION_xchat = "1.8.11"
138 PREFERRED_VERSION_rxvt = "2.6.4"