fic-gta0? : renamed fic-gta0? to om-gta0? to reflect true name of device
[vuplus_openembedded] / conf / distro / openmoko.conf
1 #-----------------------------------------------------------------------------
2 #@TYPE: Distribution
3 #@NAME: OpenMoko
4 #@DESCRIPTION: Linux Distribution Configuration for the OpenMoko Platform
5 #-----------------------------------------------------------------------------
6
7 require conf/distro/include/preferred-om-2008-versions.inc
8 require conf/distro/include/angstrom-2007-for-openmoko.inc
9
10 #
11 # Header
12 #
13 DISTRO_NAME = "OpenMoko"
14 DISTRO_VERSION = "P1-Snapshot-${DATE}"
15 #DISTRO_TYPE = "release"
16 DISTRO_TYPE = "debug"
17 DISTRO_EXTRA_RDEPENDS += "opkg-ipkg-compat"
18 DISTRO = "openmoko"
19
20 OVERRIDES = "local:${MACHINE}:openmoko:angstrom:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}"
21
22 CVS_TARBALL_STASH = "http://downloads.openmoko.org/sources/"
23
24 PREMIRRORS = "(ftp|https?)$://.*/.* http://downloads.openmoko.org/sources/"
25
26 FEED_URIS = "\
27   snapshot-all##http://buildhost.openmoko.org/snapshots/2007.08/ipk/all \
28   snapshot-armv4t##http://buildhost.openmoko.org/snapshots/2007.08/ipk/armv4t \
29   snapshot-neo1973##http://buildhost.openmoko.org/snapshots/2007.08/ipk/neo1973 \
30   snapshot-om-gta01##http://buildhost.openmoko.org/snapshots/2007.08/ipk/om-gta01 \
31   \
32   updates-all##http://buildhost.openmoko.org/OM2007.2/tmp/deploy/glibc/ipk/all \
33   updates-armv4t##http://buildhost.openmoko.org/OM2007.2/tmp/deploy/glibc/ipk/armv4t \
34   updates-neo1973##http://buildhost.openmoko.org/OM2007.2/tmp/deploy/glibc/ipk/neo1973 \
35   updates-om-gta01##http://buildhost.openmoko.org/OM2007.2/tmp/deploy/glibc/ipk/om-gta01 "
36
37 # 2.18 seems to break badly on 64-bit systems
38 PREFERRED_VERSION_binutils ?= "2.17.50.0.12"
39 PREFERRED_VERSION_binutils-cross ?= "2.17.50.0.12"
40
41 # we want the openmoko svn version of gsmd
42 PREFERRED_PROVIDER_libgsmd = "libgsmd"
43
44 # Bleeding-edge developers should add the following line to their local.conf:
45 # require conf/distro/include/moko-autorev.inc
46
47 # override the PACKAGE_ARCH of certain packages for openmoko distro
48 #
49 # Same kernel runs on both these machines
50 # Currently not used but left here in case someone wants to switch on
51 # quickly
52 #PACKAGE_ARCH_pn-linux-openmoko_om-gta01 = "${MACHINE_CLASS}"
53 #PACKAGE_ARCH_pn-linux-openmoko_om-gta02 = "${MACHINE_CLASS}"
54 #PACKAGE_ARCH_pn-linux-openmoko-devel_om-gta01 = "${MACHINE_CLASS}"
55 #PACKAGE_ARCH_pn-linux-openmoko-devel_om-gta02 = "${MACHINE_CLASS}"
56
57 # Same kernel so same usb
58 PACKAGE_ARCH_pn-usb-gadget-mode_om-gta01 = "${MACHINE_CLASS}"
59 PACKAGE_ARCH_pn-usb-gadget-mode_om-gta02 = "${MACHINE_CLASS}"
60 # same kernel so same keymaps
61 PACKAGE_ARCH_pn-keymaps_om-gta01 = "${MACHINE_CLASS}"
62 PACKAGE_ARCH_pn-keymaps_om-gta02 = "${MACHINE_CLASS}"
63 # neod knows about both machines
64 PACKAGE_ARCH_pn-neod_om-gta01 = "${MACHINE_CLASS}"
65 PACKAGE_ARCH_pn-neod_om-gta02 = "${MACHINE_CLASS}"
66
67 # Select package versions we want to use.
68 PREFERRED_PROVIDER_gtk+ = "gtk+-fastscaling"
69 PREFERRED_VERSION_gtk+-fastscaling = "2.10.14"
70
71 # for jalimo
72 PREFERRED_PROVIDER_classpath = "classpath"
73 PREFERRED_PROVIDER_virtual/java-initial = "cacao-initial"
74 PREFERRED_PROVIDER_swt3.4-gtk = "swt3.4-gtk"
75
76 # deploy gta01 and gta02 in ${MACHINE_CLASS} directory
77 DEPLOY_DIR_IMAGE_om-gta01 = "${DEPLOY_DIR}/images/${MACHINE_CLASS}"
78 DEPLOY_DIR_IMAGE_om-gta02 = "${DEPLOY_DIR}/images/${MACHINE_CLASS}"