iscsi-target: Add package iscsi-target
[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 = "openmoko"
18
19 OVERRIDES = "local:${MACHINE}:openmoko:angstrom:${TARGET_OS}:${TARGET_ARCH}:build-${BUILD_OS}:fail-fast:pn-${PN}"
20
21 CVS_TARBALL_STASH = "http://downloads.openmoko.org/sources/"
22
23 PREMIRRORS = "(ftp|https?)$://.*/.* http://downloads.openmoko.org/sources/"
24
25 ANGSTROM_FEED_CONFIGS = "openmoko-feed-configs"
26
27 # 2.18 seems to break badly on 64-bit systems
28 PREFERRED_VERSION_binutils ?= "2.17.50.0.12"
29 PREFERRED_VERSION_binutils-cross ?= "2.17.50.0.12"
30
31 # we want the openmoko svn version of gsmd
32 PREFERRED_PROVIDER_libgsmd = "libgsmd"
33
34 # Bleeding-edge developers should add the following line to their local.conf:
35 # require conf/distro/include/moko-autorev.inc
36
37 # override the PACKAGE_ARCH of certain packages for openmoko distro
38 #
39 # Same kernel runs on both these machines
40 # Currently not used but left here in case someone wants to switch on
41 # quickly
42 #PACKAGE_ARCH_pn-linux-openmoko_om-gta01 = "${MACHINE_CLASS}"
43 #PACKAGE_ARCH_pn-linux-openmoko_om-gta02 = "${MACHINE_CLASS}"
44 #PACKAGE_ARCH_pn-linux-openmoko-devel_om-gta01 = "${MACHINE_CLASS}"
45 #PACKAGE_ARCH_pn-linux-openmoko-devel_om-gta02 = "${MACHINE_CLASS}"
46
47 # Same kernel so same usb
48 PACKAGE_ARCH_pn-usb-gadget-mode_om-gta01 = "${MACHINE_CLASS}"
49 PACKAGE_ARCH_pn-usb-gadget-mode_om-gta02 = "${MACHINE_CLASS}"
50 # same kernel so same keymaps
51 PACKAGE_ARCH_pn-keymaps_om-gta01 = "${MACHINE_CLASS}"
52 PACKAGE_ARCH_pn-keymaps_om-gta02 = "${MACHINE_CLASS}"
53 # neod knows about both machines
54 PACKAGE_ARCH_pn-neod_om-gta01 = "${MACHINE_CLASS}"
55 PACKAGE_ARCH_pn-neod_om-gta02 = "${MACHINE_CLASS}"
56
57 # Select package versions we want to use.
58 PREFERRED_PROVIDER_gtk+ = "gtk+-fastscaling"
59 PREFERRED_VERSION_gtk+-fastscaling = "2.10.14"
60
61 # for jalimo
62 PREFERRED_PROVIDER_classpath = "classpath"
63 PREFERRED_PROVIDER_virtual/java-initial = "cacao-initial"
64 PREFERRED_PROVIDER_swt3.4-gtk = "swt3.4-gtk"
65
66 # deploy gta01 and gta02 in ${MACHINE_CLASS} directory
67 DEPLOY_DIR_IMAGE_om-gta01 = "${DEPLOY_DIR}/images/${MACHINE_CLASS}"
68 DEPLOY_DIR_IMAGE_om-gta02 = "${DEPLOY_DIR}/images/${MACHINE_CLASS}"