aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2008-06-25 17:08:15 +0000
committerMichael Lauer <mickey@vanille-media.de>2008-06-25 17:08:15 +0000
commit9a1bf8e292dffa929cf0f25b5a317b7985a99594 (patch)
tree4bcad7fb449e4eac55bfadd0d10d432cb174d788 /packages
parent4f88892c45fee76e94909c22b460732ae2ac3b9f (diff)
downloadopenembedded-9a1bf8e292dffa929cf0f25b5a317b7985a99594.tar.gz
frameworkd git specify modem type in configuration
Diffstat (limited to 'packages')
-rw-r--r--packages/freesmartphone/frameworkd/frameworkd.conf1
-rw-r--r--packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf11
-rw-r--r--packages/freesmartphone/frameworkd_git.bb2
3 files changed, 11 insertions, 3 deletions
diff --git a/packages/freesmartphone/frameworkd/frameworkd.conf b/packages/freesmartphone/frameworkd/frameworkd.conf
index e69de29bb2..8b13789179 100644
--- a/packages/freesmartphone/frameworkd/frameworkd.conf
+++ b/packages/freesmartphone/frameworkd/frameworkd.conf
@@ -0,0 +1 @@
+
diff --git a/packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf b/packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf
index 0076639f98..b38425129f 100644
--- a/packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf
+++ b/packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf
@@ -1,8 +1,15 @@
[idlenotifier]
-# don't read from accellerometers for now
+# don't read from accellerometers for GTA02
ignoreinput=2,3
[input]
-# don't read from accellerometers for now
+# don't read from accellerometers for GTA02
ignoreinput=2,3
+[ophoned]
+# GTA02 has TI Calypso
+modemtype = ti_calypso
+
+[opreferencesd]
+rootdir =
+../etc/freesmartphone/opreferences:/etc/freesmartphone/opreferences:/usr/etc/freesmartphone/opreferences
diff --git a/packages/freesmartphone/frameworkd_git.bb b/packages/freesmartphone/frameworkd_git.bb
index 53ea10f0fb..4d3e498f9e 100644
--- a/packages/freesmartphone/frameworkd_git.bb
+++ b/packages/freesmartphone/frameworkd_git.bb
@@ -5,7 +5,7 @@ SECTION = "console/network"
DEPENDS = "python-cython-native python-pyrex-native"
LICENSE = "GPL"
PV = "0.8.0+gitr${SRCREV}"
-PR = "r0"
+PR = "r1"
inherit distutils update-rc.d