merge of '8dccbf106093aaa7b62b2a96962945185534c923'
[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
18 OVERRIDES = "local:${MACHINE}:openmoko:angstrom:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}"
19
20 CVS_TARBALL_STASH = "http://downloads.openmoko.org/sources/"
21
22 PREMIRRORS = "(ftp|https?)$://.*/.* http://downloads.openmoko.org/sources/"
23
24 FEED_URIS = "\
25   snapshot-all##http://buildhost.openmoko.org/snapshots/2007.08/ipk/all \
26   snapshot-armv4t##http://buildhost.openmoko.org/snapshots/2007.08/ipk/armv4t \
27   snapshot-neo1973##http://buildhost.openmoko.org/snapshots/2007.08/ipk/neo1973 \
28   snapshot-fic-gta01##http://buildhost.openmoko.org/snapshots/2007.08/ipk/fic-gta01 \
29   \
30   updates-all##http://buildhost.openmoko.org/OM2007.2/tmp/deploy/glibc/ipk/all \
31   updates-armv4t##http://buildhost.openmoko.org/OM2007.2/tmp/deploy/glibc/ipk/armv4t \
32   updates-neo1973##http://buildhost.openmoko.org/OM2007.2/tmp/deploy/glibc/ipk/neo1973 \
33   updates-fic-gta01##http://buildhost.openmoko.org/OM2007.2/tmp/deploy/glibc/ipk/fic-gta01 "
34
35 # 2.18 seems to break badly on 64-bit systems
36 PREFERRED_VERSION_binutils ?= "2.17.50.0.12"
37 PREFERRED_VERSION_binutils-cross ?= "2.17.50.0.12"
38
39 # we want the openmoko svn version of gsmd
40 PREFERRED_PROVIDER_libgsmd = "libgsmd"
41
42 # Bleeding-edge developers should add the following line to their local.conf:
43 # require conf/distro/include/moko-autorev.inc
44
45 # override the PACKAGE_ARCH of certain packages for openmoko distro
46 #
47 # Same kernel runs on both these machines
48 PACKAGE_ARCH_pn-linux-openmoko_fic-gta01 = "${MACHINE_CLASS}"
49 PACKAGE_ARCH_pn-linux-openmoko_fic-gta02 = "${MACHINE_CLASS}"
50 PACKAGE_ARCH_pn-linux-openmoko-devel_fic-gta01 = "${MACHINE_CLASS}"
51 PACKAGE_ARCH_pn-linux-openmoko-devel_fic-gta02 = "${MACHINE_CLASS}"
52 # Same kernel so same usb
53 PACKAGE_ARCH_pn-usb-gadget-mode_fic-gta01 = "${MACHINE_CLASS}"
54 PACKAGE_ARCH_pn-usb-gadget-mode_fic-gta02 = "${MACHINE_CLASS}"
55 # same kernel so same keymaps
56 PACKAGE_ARCH_pn-keymaps_fic-gta01 = "${MACHINE_CLASS}"
57 PACKAGE_ARCH_pn-keymaps_fic-gta02 = "${MACHINE_CLASS}"
58 # neod knows about both machines
59 PACKAGE_ARCH_pn-neod_fic-gta01 = "${MACHINE_CLASS}"
60 PACKAGE_ARCH_pn-neod_fic-gta02 = "${MACHINE_CLASS}"
61
62 # Select package versions we want to use.
63 PREFERRED_PROVIDER_gtk+ = "gtk+-fastscaling"
64 PREFERRED_VERSION_gtk+-fastscaling = "2.10.14"
65
66 # for jalimo
67 PREFERRED_PROVIDER_classpath = "classpath"
68 PREFERRED_PROVIDER_virtual/java-initial = "cacao-initial"
69 PREFERRED_PROVIDER_swt3.4-gtk = "swt3.4-gtk"
70
71 # deploy gta01 and gta02 in ${MACHINE_CLASS} directory
72 DEPLOY_DIR_IMAGE_fic-gta01 = "${DEPLOY_DIR}/images/${MACHINE_CLASS}"
73 DEPLOY_DIR_IMAGE_fic-gta02 = "${DEPLOY_DIR}/images/${MACHINE_CLASS}"