frameworkd git update revision to ms3 RC1, catch up framework configurations
authorMichael Lauer <mickey@vanille-media.de>
Sun, 24 Aug 2008 22:26:03 +0000 (22:26 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Sun, 24 Aug 2008 22:26:03 +0000 (22:26 +0000)
conf/distro/include/sane-srcrevs.inc
packages/freesmartphone/frameworkd/a780/frameworkd.conf
packages/freesmartphone/frameworkd/frameworkd.conf
packages/freesmartphone/frameworkd/magician/frameworkd.conf
packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf
packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf
packages/freesmartphone/frameworkd_git.bb

index cf5aab2..a06fe7e 100644 (file)
@@ -37,7 +37,7 @@ SRCREV_pn-ezxd ?= "2074"
 SRCREV_pn-elf2flt ?= "1786"
 SRCREV_pn-epiphany ?= "7837"
 SRCREV_pn-fbgrab-viewer-native ?= "1943"
-SRCREV_pn-frameworkd ?= "5b0878b69037b68e64f4048a51003416c9b1261b"
+SRCREV_pn-frameworkd ?= "99c8433e0069eceb03497b09ea85bf609cd625fe"
 SRCREV_pn-fstests ?= "204"
 SRCREV_pn-gconf-dbus ?= "641"
 SRCREV_pn-gnuradio ?= "6377"
index 4499acc..a619bf1 100644 (file)
@@ -1,4 +1,5 @@
-[idlenotifier]
+[frameworkd]
+version = 1
 
 [input]
 # keys (copied from Openmoko, need to adjust)
@@ -13,3 +14,7 @@ modemtype = freescale_neptune
 
 [opreferencesd]
 rootdir = ../etc/freesmartphone/opreferences:/etc/freesmartphone/opreferences:/usr/etc/freesmartphone/opreferences
+
+[oeventsd]
+rules_file = ../etc/freesmartphone/oevents/rules.yaml:/etc/freesmartphone/oevents/rules.yaml:/usr/etc/freesmartphone/oevents/rules.yaml
+
index 3d0bbc3..1cd9ddf 100644 (file)
@@ -1,17 +1,18 @@
-[odeviced]
+[frameworkd]
+version = 1
 
-[kernel26]
+[odeviced.kernel26]
 # set 1 to disable the module
 disable = 0
 
-[idlenotifier]
+[odeviced.idlenotifier]
 # set 1 to disable the module
 disable = 0
-# add inut nodes to ignore for idle activity
+# add input nodes to ignore for idle activity
 ignoreinput = 2,3,4
 
-[powercontrol-neo]
-disable = 0
+[odeviced.powercontrol-neo]
+disable = 1
 
 [ogsmd]
 # specify your modemtype here
@@ -19,3 +20,6 @@ modemtype = ti_calypso
 
 [opreferencesd]
 rootdir = ../etc/freesmartphone/opreferences:/etc/freesmartphone/opreferences:/usr/etc/freesmartphone/opreferences
+
+[oeventsd]
+rules_file = ../etc/freesmartphone/oevents/rules.yaml:/etc/freesmartphone/oevents/rules.yaml:/usr/etc/freesmartphone/oevents/rules.yaml
index cbafb19..b7e40c0 100644 (file)
@@ -1,6 +1,7 @@
-[idlenotifier]
+[frameworkd]
+version = 1
 
-[input]
+[odeviced.input]
 # magician doesn't have AUX, use the CAMERA key for now
 # (it's in about the same place as AUX on gta01/02)
 report1 = AUX,key,212,1
@@ -9,9 +10,13 @@ report2 = POWER,key,116,1
 report3 = CHARGER,key,356,0
 report4 = HEADSET,switch,2,0
 
-[ophoned]
+[ogsmd]
 # Magician has TI Calypso
 modemtype = ti_calypso
 
 [opreferencesd]
 rootdir = ../etc/freesmartphone/opreferences:/etc/freesmartphone/opreferences:/usr/etc/freesmartphone/opreferences
+
+[oeventsd]
+rules_file = ../etc/freesmartphone/oevents/rules.yaml:/etc/freesmartphone/oevents/rules.yaml:/usr/etc/freesmartphone/oevents/rules.yaml
+
index d985bb3..c25805b 100644 (file)
@@ -1,6 +1,13 @@
-[idlenotifier]
+[frameworkd]
+version = 1
 
-[input]
+[odeviced.audio]
+# set default alsa scenario
+default_scenario = stereoout
+# set path to alsa scenario files
+scenario_dir = /usr/share/openmoko/scenarios
+
+[odeviced.input]
 # Keys
 report1 = AUX,key,169,1
 report2 = POWER,key,116,1
@@ -18,3 +25,6 @@ path = 6000
 
 [opreferencesd]
 rootdir = ../etc/freesmartphone/opreferences:/etc/freesmartphone/opreferences:/usr/etc/freesmartphone/opreferences
+
+[oeventsd]
+rules_file = ../etc/freesmartphone/oevents/rules.yaml:/etc/freesmartphone/oevents/rules.yaml:/usr/etc/freesmartphone/oevents/rules.yaml
index cbeedf3..45bb12f 100644 (file)
@@ -1,13 +1,19 @@
-[idlenotifier]
+[frameworkd]
+version = 1
+
+[odeviced.audio]
+# set default alsa scenario
+default_scenario = stereoout
+# set path to alsa scenario files
+scenario_dir = /usr/share/openmoko/scenarios
+
+[odeviced.idlenotifier]
 # don't read from accellerometers for GTA02
 ignoreinput=2,3
 
-[input]
+[odeviced.input]
 # don't read from accellerometers for GTA02
 ignoreinput=2,3
-
-# specify accellerometer type
-accelerometer_type = gta02
 # keys
 report1 = AUX,key,169,1
 report2 = POWER,key,116,1
@@ -15,8 +21,9 @@ report3 = CHARGER,key,356,0
 report4 = HEADSET,switch,2,0
 
 # disable accelerometer since it uses LOADS of CPU resources
-[accelerometer]
+[odeviced.accelerometer]
 disable = 1
+accelerometer_type = gta02
 
 [ogsmd]
 # GTA02 has TI Calypso
@@ -29,3 +36,7 @@ path = /dev/ttySAC1
 
 [opreferencesd]
 rootdir = ../etc/freesmartphone/opreferences:/etc/freesmartphone/opreferences:/usr/etc/freesmartphone/opreferences
+
+[oeventsd]
+rules_file = ../etc/freesmartphone/oevents/rules.yaml:/etc/freesmartphone/oevents/rules.yaml:/usr/etc/freesmartphone/oevents/rules.yaml
+
index 0f364c0..fa669ce 100644 (file)
@@ -37,6 +37,13 @@ RDEPENDS_${PN} += "\
   ${PN}-config \
 "
 
+RRECOMMENDS_${PN} += "\
+  alsa-utils-amixer \
+  ppp \
+"
+
+RRECOMMENDS_${PN}_append_om-gta01 = "gsm0710muxd"
+RRECOMMENDS_${PN}_append_om-gta02 = "gsm0710muxd"
 
 PACKAGES =+ "${PN}-config"