aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngus Ainslie <nytowl@openmoko.org>2009-08-06 11:14:25 -0600
committerAngus Ainslie <nytowl@openmoko.org>2009-08-06 11:14:25 -0600
commitb9a587e33ce29481f8c4a316d4a9118d18eb1c53 (patch)
treecf94967faebaccb26524b73dd7fd6f81374fa9d8
parent88ef496a571887d9266b9f4d4391ee8c201ba775 (diff)
downloadopenembedded-b9a587e33ce29481f8c4a316d4a9118d18eb1c53.tar.gz
paroli : use gta02 frameworkd.conf overide
move to fso-abyss and fsousaged
-rw-r--r--recipes/freesmartphone/frameworkd/om-gta02/frameworkd.conf6
-rw-r--r--recipes/openmoko-projects/paroli_git.bb5
2 files changed, 4 insertions, 7 deletions
diff --git a/recipes/freesmartphone/frameworkd/om-gta02/frameworkd.conf b/recipes/freesmartphone/frameworkd/om-gta02/frameworkd.conf
index 7ffe9d8a7d..aea9eb938a 100644
--- a/recipes/freesmartphone/frameworkd/om-gta02/frameworkd.conf
+++ b/recipes/freesmartphone/frameworkd/om-gta02/frameworkd.conf
@@ -1,7 +1,8 @@
[frameworkd]
version = 1
-log_level = INFO
-log_to = syslog
+log_level = debug
+log_to = file
+log_destination = /var/log/frameworkd.log
[odeviced.audio]
# set default alsa scenario
@@ -31,6 +32,7 @@ accelerometer_type = gta02
# GTA02 has TI Calypso
modemtype = ti_calypso
ti_calypso_deep_sleep = never
+ti_calypso_muxer = fso-abyss
[ogpsd]
device = GTA02Device
diff --git a/recipes/openmoko-projects/paroli_git.bb b/recipes/openmoko-projects/paroli_git.bb
index f9030dd6d5..69cba10297 100644
--- a/recipes/openmoko-projects/paroli_git.bb
+++ b/recipes/openmoko-projects/paroli_git.bb
@@ -115,11 +115,6 @@ fi
echo "*******************************************"
echo "Paroli post processing"
echo "*******************************************"
-if [ ! -e $ROOTFS${sysconfdir}/old_frameworkd.conf ] ; then
- echo "Backing up ${sysconfdir}/frameworkd.conf"
- mv $ROOTFS${sysconfdir}/frameworkd.conf $ROOTFS${sysconfdir}/old_frameworkd.conf
-fi
-mv $ROOTFS${sysconfdir}/paroli_frameworkd.conf $ROOTFS${sysconfdir}/frameworkd.conf
if [ ! -e $ROOTFS${sysconfdir}/freesmartphone/oevents/old_rules.yaml ] ; then
echo "Backing up $ROOTFS${sysconfdir}/freesmartphone/oevents/rules.yaml"
mv $ROOTFS${sysconfdir}/freesmartphone/oevents/rules.yaml $ROOTFS${sysconfdir}/freesmartphone/oevents/old_rules.yaml