[oe-commits] org.oe.dev frameworkd git specify modem type in configuration

mickeyl commit oe at amethyst.openembedded.net
Wed Jun 25 17:14:11 UTC 2008


frameworkd git specify modem type in configuration

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: a71285da877eebc92928d485be5b6ead3db9c274
ViewMTN: http://monotone.openembedded.org/revision/info/a71285da877eebc92928d485be5b6ead3db9c274
Files:
1
packages/freesmartphone/frameworkd/frameworkd.conf
packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf
packages/freesmartphone/frameworkd_git.bb
Diffs:

#
# mt diff -r8ca5a28e57677264b573ca113671a85d62376ebb -ra71285da877eebc92928d485be5b6ead3db9c274
#
#
#
# patch "packages/freesmartphone/frameworkd/frameworkd.conf"
#  from [da39a3ee5e6b4b0d3255bfef95601890afd80709]
#    to [adc83b19e793491b1c6ea0fd8b46cd9f32e592fc]
# 
# patch "packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf"
#  from [658db2f7fe7fe3928fc05e76a952a169b2bc9c64]
#    to [73ca8b8c42c79b772fe06bcb0e0613bfb87c755e]
# 
# patch "packages/freesmartphone/frameworkd_git.bb"
#  from [bf243f9340ade510c77ae6438ab331a53e498bfb]
#    to [674c4ebb890b3779108c1a9fe1cd2caee70c1201]
#
============================================================
--- packages/freesmartphone/frameworkd/frameworkd.conf	da39a3ee5e6b4b0d3255bfef95601890afd80709
+++ packages/freesmartphone/frameworkd/frameworkd.conf	adc83b19e793491b1c6ea0fd8b46cd9f32e592fc
@@ -0,0 +1 @@
+
============================================================
--- packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf	658db2f7fe7fe3928fc05e76a952a169b2bc9c64
+++ packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf	73ca8b8c42c79b772fe06bcb0e0613bfb87c755e
@@ -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
============================================================
--- packages/freesmartphone/frameworkd_git.bb	bf243f9340ade510c77ae6438ab331a53e498bfb
+++ packages/freesmartphone/frameworkd_git.bb	674c4ebb890b3779108c1a9fe1cd2caee70c1201
@@ -5,7 +5,7 @@ PV = "0.8.0+gitr${SRCREV}"
 DEPENDS = "python-cython-native python-pyrex-native"
 LICENSE = "GPL"
 PV = "0.8.0+gitr${SRCREV}"
-PR = "r0"
+PR = "r1"
 
 inherit distutils update-rc.d
 






More information about the Openembedded-commits mailing list