diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-09-27 13:31:44 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-09-27 13:31:44 +0000 |
commit | a08ae37e3823f33cc69599529f468b4877ae898f (patch) | |
tree | f08cefb64eb24b79586e1fd5a829d6a1e7a962ec /packages/freesmartphone | |
parent | b580df8e512127d49a86219b981e57997c04e253 (diff) |
frameworkd git emit debug logs to syslog by default
Diffstat (limited to 'packages/freesmartphone')
6 files changed, 11 insertions, 1 deletions
diff --git a/packages/freesmartphone/frameworkd/a780/frameworkd.conf b/packages/freesmartphone/frameworkd/a780/frameworkd.conf index 425267d97b..36359a9f34 100644 --- a/packages/freesmartphone/frameworkd/a780/frameworkd.conf +++ b/packages/freesmartphone/frameworkd/a780/frameworkd.conf @@ -1,5 +1,7 @@ [frameworkd] version = 1 +log_level = DEBUG +log_to = syslog [input] # keys (copied from Openmoko, need to adjust) diff --git a/packages/freesmartphone/frameworkd/frameworkd.conf b/packages/freesmartphone/frameworkd/frameworkd.conf index 1cd9ddf904..39e60d632b 100644 --- a/packages/freesmartphone/frameworkd/frameworkd.conf +++ b/packages/freesmartphone/frameworkd/frameworkd.conf @@ -1,5 +1,7 @@ [frameworkd] version = 1 +log_level = DEBUG +log_to = syslog [odeviced.kernel26] # set 1 to disable the module diff --git a/packages/freesmartphone/frameworkd/magician/frameworkd.conf b/packages/freesmartphone/frameworkd/magician/frameworkd.conf index c4dadee386..eb22030550 100644 --- a/packages/freesmartphone/frameworkd/magician/frameworkd.conf +++ b/packages/freesmartphone/frameworkd/magician/frameworkd.conf @@ -1,5 +1,7 @@ [frameworkd] version = 1 +log_level = DEBUG +log_to = syslog [odeviced.input] # magician doesn't have AUX, use the CAMERA key for now diff --git a/packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf b/packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf index 27e624ab0a..bc1c1a4de3 100644 --- a/packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf +++ b/packages/freesmartphone/frameworkd/om-gta01/frameworkd.conf @@ -1,5 +1,7 @@ [frameworkd] version = 1 +log_level = INFO +log_to = syslog [odeviced.audio] # set default alsa scenario diff --git a/packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf b/packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf index 6af15c96e3..47d0130513 100644 --- a/packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf +++ b/packages/freesmartphone/frameworkd/om-gta02/frameworkd.conf @@ -1,5 +1,7 @@ [frameworkd] version = 1 +log_level = INFO +log_to = syslog [odeviced.audio] # set default alsa scenario diff --git a/packages/freesmartphone/frameworkd_git.bb b/packages/freesmartphone/frameworkd_git.bb index 7523f6bfc7..c0ca13fc85 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.2+${PR}-gitr${SRCREV}" -PR = "r0" +PR = "r1" inherit distutils update-rc.d |