conf/distro/jlime-donkey.conf : Added parted & Dialog to distro_rdepends
[vuplus_openembedded] / conf / distro / sharprom-compatible.conf
1 #@TYPE: Distribution
2 #@NAME: SharpROM
3 #@DESCRIPTION: Distribution configuration for SharpROM (Zaurus) compatible packages
4 #@MENTOR: None
5 #@REQUIREMENTS: A prebuilt SharpROM Embedix Toolchain in /usr/local/arm/2.95.3
6 #@REQUIREMENTS: Rename arm-linux-gcc|g++ to arm-linux-gcc-2.95 and rename arm-linux-ld to arm-linux-ld-2.11.2.
7
8 INHERIT += " package_ipk debian"
9
10 #
11 # Zaurus
12 #
13 TARGET_OS = "linux"
14 TARGET_FPU = ""
15 TARGET_ARCH = "arm"
16 TARGET_CC_ARCH = "-march=armv4"
17 FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -O2"
18 OEINCLUDELOGS = "yes"
19 KERNEL_CONSOLE = "tty1"
20 # prebuilt toolchain doesn't now about -isystem
21 export BUILD_CPPFLAGS = "-I${STAGING_DIR}/${BUILD_SYS}/include"
22 export TARGET_CPPFLAGS = "-I${STAGING_DIR}/${TARGET_SYS}/include"
23 #DEBUG_OPTIMIZATION = "-O -g3"
24 #DEBUG_BUILD = "1"
25
26 #
27 # Base
28 #
29 DISTRO_NAME = "SharpROM"
30 DISTRO_VERSION = "3.1 compatible"
31 DISTRO_TYPE = "debug"
32
33 PREFERRED_PROVIDER_virtual/arm-linux-gcc-2.95 = "sharprom-toolchain-native" 
34 PREFERRED_PROVIDER_virtual/arm-linux-libc-for-gcc = "sharprom-toolchain-native" 
35 PREFERRED_PROVIDER_virtual/arm-linux-binutils = "sharprom-toolchain-native"
36 PREFERRED_PROVIDER_virtual/libc = "sharprom-toolchain-native"
37 PREFERRED_PROVIDER_virtual/arm-linux-gcc = "sharprom-toolchain-native" 
38 PREFERRED_PROVIDER_virtual/linux-libc-headers = "sharprom-toolchain-native"
39 PREFERRED_PROVIDER_virtual/arm-linux-gcc-initial = "sharprom-toolchain-native"
40
41 IPKGBUILDCMD = "ipkg-build -c -o 0 -g 0"
42 #INHIBIT_PACKAGE_STRIP = "1"
43
44 #
45 # Opie
46 #
47 PREFERRED_PROVIDERS += " virtual/libqpe:libqpe-opie"
48 QTE_VERSION = "2.3.10"
49 OPIE_VERSION = "1.2.2"
50 PALMTOP_USE_MULTITHREADED_QT = "no"
51 require conf/distro/include/preferred-opie-versions.inc
52
53 #
54 # GPE
55 #
56 SRCDATE_xserver-kdrive = "20050208"
57 PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive"
58 PREFERRED_PROVIDERS += " gst-plugins:gpe-gst-plugins"
59 require conf/distro/include/preferred-gpe-versions.inc
60
61 #
62 # E
63 #