]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/conf/distro/sharprom-compatible.conf
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / conf / distro / sharprom-compatible.conf
1 #@TYPE: Distribution
2 #@NAME: SharpROM
3 #@DESCRIPTION: Distribution configuration for SharpROM compatible packages
4
5 #
6 # This is pretty ad-hoc - feel free to improve as needed :)
7 #
8
9 INHERIT += " package_ipk debian sharprom"
10
11 TARGET_OS = "linux"
12 TARGET_FPU = ""
13 TARGET_ARCH = "arm"
14 TARGET_CC_ARCH = "-march=armv4"
15 FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -O2"
16
17 DISTRO = "sharprom"
18 DISTRO_NAME = "SharpROM"
19 DISTRO_VERSION = "3.1 compatible"
20 DISTRO_TYPE = "debug"
21 # DISTRO_TYPE = "release"
22
23 #
24 # Zaurus
25 #
26
27 OEINCLUDELOGS = "yes"
28 KERNEL_CONSOLE = "tty1"
29 #DEBUG_OPTIMIZATION = "-O -g3"
30 #DEBUG_BUILD = "1"
31 #INHIBIT_PACKAGE_STRIP = "1"
32
33 #
34 # Base
35 #
36
37 ASSUME_PROVIDED += "virtual/arm-linux-gcc-2.95 binutils-cross gcc-cross-initial gcc-cross"
38 ASSUME_PROVIDED += "virtual/arm-linux-libc-for-gcc virtual/arm-linux-binutils virtual/arm-linux-gcc"
39 ASSUME_PROVIDED += "virtual/arm-linux-gcc-initial virtual/arm-linux-gcc-initial
40 ASSUME_PROVIDED += "virtual/libc linux-libc-headers"
41
42 DEPENDS =+ "sharprom-toolchain-native"
43
44 IPKGBUILDCMD = "ipkg-build -c -o 0 -g 0"
45
46 #
47 # Opie
48 #
49
50 PREFERRED_PROVIDERS += " virtual/libqpe:libqpe-opie"
51
52 OPIE_VERSION = "1.2.0"
53 include conf/distro/preferred-opie-versions.inc
54
55 #
56 # GPE
57 #
58
59 CVSDATE_xserver-kdrive = "20050208"
60 PREFERRED_PROVIDERS += "virtual/xserver:xserver-kdrive"
61 PREFERRED_PROVIDERS += " gst-plugins:gpe-gst-plugins"
62
63 include conf/distro/preferred-gpe-versions.inc
64