diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-01 18:54:21 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-02 11:37:40 +0100 |
| commit | 01d1a1ffd67f176630ed1d8d8ae21417a1cf2b09 (patch) | |
| tree | 205586ab7e77133d10313b39866637128bc86af9 /recipes | |
| parent | fb7f42bf127885c12668f53de30fbbfd661c1117 (diff) | |
freesmartphone: bump SRCREVs to HEAD, drop configs and use configs provided with source
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
Diffstat (limited to 'recipes')
| -rw-r--r-- | recipes/freesmartphone/cornucopia.inc | 2 | ||||
| -rw-r--r-- | recipes/freesmartphone/fsodatad/fsodatad.conf | 19 | ||||
| -rw-r--r-- | recipes/freesmartphone/fsodatad_git.bb | 10 | ||||
| -rw-r--r-- | recipes/freesmartphone/fsodeviced/fsodeviced.conf | 83 | ||||
| -rw-r--r-- | recipes/freesmartphone/fsodeviced/om-gta02/fsodeviced.conf | 88 | ||||
| -rw-r--r-- | recipes/freesmartphone/fsodeviced_git.bb | 14 | ||||
| -rw-r--r-- | recipes/freesmartphone/fsogsmd/fsogsmd.conf | 57 | ||||
| -rw-r--r-- | recipes/freesmartphone/fsogsmd_git.bb | 10 | ||||
| -rw-r--r-- | recipes/freesmartphone/fsonetworkd/fsonetworkd.conf | 19 | ||||
| -rw-r--r-- | recipes/freesmartphone/fsonetworkd_git.bb | 10 | ||||
| -rw-r--r-- | recipes/freesmartphone/fsotdld/fsotdld.conf | 43 | ||||
| -rw-r--r-- | recipes/freesmartphone/fsotdld_git.bb | 10 | ||||
| -rw-r--r-- | recipes/freesmartphone/fsousaged/fsousaged.conf | 32 | ||||
| -rw-r--r-- | recipes/freesmartphone/fsousaged/om-gta02/fsousaged.conf | 32 | ||||
| -rw-r--r-- | recipes/freesmartphone/fsousaged_git.bb | 10 |
15 files changed, 2 insertions, 437 deletions
diff --git a/recipes/freesmartphone/cornucopia.inc b/recipes/freesmartphone/cornucopia.inc index bfc461edbc..4962263a10 100644 --- a/recipes/freesmartphone/cornucopia.inc +++ b/recipes/freesmartphone/cornucopia.inc @@ -5,7 +5,7 @@ SECTION = "devel" DEPENDS = "vala-native glib-2.0 dbus dbus-glib libfso-glib libgee" DEPENDS += "${@['libfsoframework', ''][(bb.data.getVar('PN', d, 1) in 'libfsoframework libfsobasics'.split())]}" PV = "invalid, please override" -INC_PR = "r1" +INC_PR = "r2" SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git;branch=master" S = "${WORKDIR}/git/${PN}" diff --git a/recipes/freesmartphone/fsodatad/fsodatad.conf b/recipes/freesmartphone/fsodatad/fsodatad.conf deleted file mode 100644 index 85919cf6aa..0000000000 --- a/recipes/freesmartphone/fsodatad/fsodatad.conf +++ /dev/null @@ -1,19 +0,0 @@ -####################################################################################### -# FSO Data Daemon Configuration File -- for SYSTEM INTEGRATORS only -######################################################################################## -[logging] -# Log level: DEBUG, INFO (default), WARNING, ERROR -# Override via environment as FSO_LOG_LEVEL -log_level = INFO -# Where to log to: none (default), stderr, stderr:colors, file, syslog -# Override via environment as FSO_LOG_TO -log_to = file -# Log Destination (valid only for log_to = file) -# Override via environment as FSO_LOG_DESTINATION -log_destination = /var/log/fsodatad.log - -[fsodata] -# No settings yet - -[fsodata.world] -# No settings yet diff --git a/recipes/freesmartphone/fsodatad_git.bb b/recipes/freesmartphone/fsodatad_git.bb index 95f50ee5da..f591066b92 100644 --- a/recipes/freesmartphone/fsodatad_git.bb +++ b/recipes/freesmartphone/fsodatad_git.bb @@ -4,13 +4,3 @@ PR = "${INC_PR}.2" PV = "0.0.0+gitr${SRCREV}" DEPENDS += "libxml2 mobile-broadband-provider-info" - -SRC_URI += "file://fsodatad.conf" - -do_install_append() { - install -d ${D}${sysconfdir}/freesmartphone/ - install -m 0644 ${WORKDIR}/fsodatad.conf ${D}${sysconfdir}/freesmartphone/ -} - -FILES_${PN} += "${sysconfdir}/freesmartphone/fsodatad.conf" -CONFFILES_${PN} += "${sysconfdir}/freesmartphone/fsodatad.conf" diff --git a/recipes/freesmartphone/fsodeviced/fsodeviced.conf b/recipes/freesmartphone/fsodeviced/fsodeviced.conf deleted file mode 100644 index de04ecee80..0000000000 --- a/recipes/freesmartphone/fsodeviced/fsodeviced.conf +++ /dev/null @@ -1,83 +0,0 @@ -####################################################################################### -# FSO Device Daemon Configuration File -- for SYSTEM INTEGRATORS only -######################################################################################## -[logging] -# Log level: DEBUG, INFO (default), WARNING, ERROR -# Override via environment as FSO_LOG_LEVEL -log_level = DEBUG -# Where to log to: none (default), stderr, stderr:colors, file, syslog -# Override via environment as FSO_LOG_TO -log_to = stderr:colors -# Log Destination (valid only for log_to = file) -# Override via environment as FSO_LOG_DESTINATION -log_destination = /var/log/fsodeviced.log - -[fsodevice] -# No settings yet - -[fsodevice.accelerometer] -# Which accelerometer variant plugin to use: none (default), lis302 -device_type = lis302 - -[fsodevice.accelerometer_lis302] -# Which input node to read from -inputnode = /input/event2 -# How many samples to process, when in use -sample_rate = 100 -# Threshhold to program, when in use -threshold = 100 -# Scale to program, when in use -full_scale = 2.3 - -[fsodevice.player_alsa] -# No settings yet - -[fsodevice.player_canberra] -# No settings yet - -[fsodevice.player_gstreamer] -# No settings yet - -[fsodevice.alsa_audio] -# Which Audio Player variant plugin to use: none (default), alsa, canberra, gstreamer -player_type = alsa - -[fsodevice.kernel26_display] -# No settings yet - -[fsodevice.kernel26_leds] -# No settings yet - -[fsodevice.kernel26_powersupply] -# No settings yet - -[fsodevice.kernel26_rfkill] -# No settings yet - -[fsodevice.kernel26_rtc] -# No settings yet - -[fsodevice.kernel_info] -# No settings yet - -[fsodevice.kernel_input] -# Which input objects to ignore (by product id substring) -#ignore_by_id = Microsoft;Macintosh -# Which input objects to ignore (by physical path substring) -#ignore_by_path = usb -# Which buttons/switches to report. -# Format: <name>,<type>,<keycode>,<report hold events as well> -#report1 = AUX,key,169,1 -#report4 = HEADSET,switch,2,0 - -[fsodevice.kernel_idle] -# Which input objects to ignore (by product id substring) -#ignore_by_id = Microsoft;Macintosh -# Which input objects to ignore (by physical path substring) -#ignore_by_path = usb - -# Enable this on openmoko devices -#[fsodevice.openmoko_powercontrol] - -# Enable this on thinkpad devices -#[fsodevice.thinkpad_powercontrol] diff --git a/recipes/freesmartphone/fsodeviced/om-gta02/fsodeviced.conf b/recipes/freesmartphone/fsodeviced/om-gta02/fsodeviced.conf deleted file mode 100644 index 79ba87338b..0000000000 --- a/recipes/freesmartphone/fsodeviced/om-gta02/fsodeviced.conf +++ /dev/null @@ -1,88 +0,0 @@ -####################################################################################### -# FSO Device Daemon Configuration File -- for SYSTEM INTEGRATORS only -######################################################################################## -[logging] -# Log level: DEBUG, INFO (default), WARNING, ERROR -# Override via environment as FSO_LOG_LEVEL -log_level = INFO -# Where to log to: none (default), stderr, stderr:colors, file, syslog -# Override via environment as FSO_LOG_TO -log_to = file -# Log Destination (valid only for log_to = file) -# Override via environment as FSO_LOG_DESTINATION -log_destination = /var/log/fsodeviced.log - -[fsodevice] -# No settings yet - -[fsodevice.accelerometer_lis302] -# Which input node to read from -inputnode = /input/event2 -# How many samples to process, when in use -sample_rate = 100 -# Threshhold to program, when in use -threshold = 100 -# Scale to program, when in use -full_scale = 2.3 - -[fsodevice.accelerometer] -# Which accelerometer variant plugin to use: none (default), lis302 -device_type = lis302 - -[fsodevice.player_alsa] -# No settings yet - -[fsodevice.player_canberra] -# No settings yet - -[fsodevice.player_gstreamer] -# No settings yet - -[fsodevice.alsa_audio] -# Which Audio Player variant plugin to use: none (default), alsa, canberra, gstreamer -player_type = alsa - -[fsodevice.kernel26_display] -# No settings yet - -[fsodevice.kernel26_leds] -# No settings yet - -[fsodevice.kernel26_powersupply] -# No settings yet - -#[fsodevice.kernel26_rfkill] -# No settings yet - -[fsodevice.kernel26_rtc] -# No settings yet - -[fsodevice.kernel_info] -# No settings yet - -[fsodevice.kernel_input] -# Which input objects to ignore (by product id substring) -ignore_by_id = lis302 -# Which input objects to ignore (by physical path substring) -#ignore_by_path = usb -# Which buttons/switches to report. -# Format: <name>,<type>,<keycode>,<report hold events as well> -report4 = HEADSET,switch,2,0 -report1 = AUX,key,169,1 -report3 = USB,key,356,0 -report2 = POWER,key,116,1 - -[fsodevice.kernel_idle] -# Which input objects to ignore (by product id substring) -ignore_by_id = lis302 -# Which input objects to ignore (by physical path substring) -#ignore_by_path = usb -idle = 5 -idle_dim = 15 -idle_prelock = 9 -idle_lock = 1 -suspend = 30 - -# Enable this on openmoko devices -[fsodevice.openmoko_powercontrol] - diff --git a/recipes/freesmartphone/fsodeviced_git.bb b/recipes/freesmartphone/fsodeviced_git.bb index ed9308e918..39433eec1e 100644 --- a/recipes/freesmartphone/fsodeviced_git.bb +++ b/recipes/freesmartphone/fsodeviced_git.bb @@ -18,21 +18,9 @@ inherit update-rc.d INITSCRIPT_NAME = "fsodeviced" INITSCRIPT_PARAMS = "defaults 27" -SRC_URI += "file://fsodeviced file://fsodeviced.conf" +SRC_URI += "file://fsodeviced" do_install_append() { install -d ${D}${sysconfdir}/init.d/ install -m 0755 ${WORKDIR}/fsodeviced ${D}${sysconfdir}/init.d/ - install -d ${D}${sysconfdir}/freesmartphone/ - install -m 0644 ${WORKDIR}/fsodeviced.conf ${D}${sysconfdir}/freesmartphone/ } - -FILES_${PN} += "\ - ${sysconfdir}/init.d/fsodeviced \ - ${sysconfdir}/freesmartphone \ -" - -CONFFILES_${PN} += "\ - ${sysconfdir}/freesmartphone/fsodeviced.conf \ -" - diff --git a/recipes/freesmartphone/fsogsmd/fsogsmd.conf b/recipes/freesmartphone/fsogsmd/fsogsmd.conf deleted file mode 100644 index 0da34cff4d..0000000000 --- a/recipes/freesmartphone/fsogsmd/fsogsmd.conf +++ /dev/null @@ -1,57 +0,0 @@ -####################################################################################### -# FSO GSM Daemon Configuration File -- for SYSTEM INTEGRATORS only -######################################################################################## -[logging] -# Log level: DEBUG, INFO (default), WARNING, ERROR -# Override via environment as FSO_LOG_LEVEL -log_level = INFO -# Where to log to: none (default), stderr, stderr:colors, file, syslog -# Override via environment as FSO_LOG_TO -log_to = file -# Log Destination (valid only for log_to = file) -# Override via environment as FSO_LOG_DESTINATION -log_destination = /var/log/fsogsmd.log - -[fsogsm] -# Combined modem access string, prefered over individual configs below -modem_access = serial:/dev/ttyUSB0:115200 - -# Which modem to use: singleline, ti_calypso, freescale_neptune, cinterion_mc75, qualcomm_msm -modem_type = singleline -# Which transport channel: serial, pty -modem_transport = serial -# Which port to communicate with: <serial port> or <filename> -modem_port = /dev/ttyUSB0 -# Which speed to use for the transport/port -modem_speed = 115200 - -# Global modem init sequence; this is the first sequence that gets sent to the modem after power cycling -modem_init = E0V1;+CMEE=1;+CRC=1;+CSCS="UCS2" - -# Following configuration options are in the form channel_<state>_<name>, with state being one of -# "init", "unlocked", "registered", "suspend", "resume", and name being the channel name (modem specific) -# Whether these strings override, append, or are honored at all depends on the actual modem plugin -# Example usage for one channel named 'main': -channel_init_main = +CSNS=0;+CMGF=0;+CLIP=1 -channel_unlocked_main = +SIM_NOW_UNLOCKED;+CSDH=1;+COLP=1;+CCWA=1;+CNMI=2,1,2,2,1 -channel_registered_main = +NET_NOW_REGISTERED -channel_suspend_main = +PREPARE_FOR_SUSPEND -channel_resume_main = +RECOVER_AFTER_RESUME - -# Where to store SMS: <path> (default=/tmp/fsogsmd/sms/) -sms_storage_dir = /tmp/fsogsmd/sms/ - -[fsogsm.modem_singleline] -# No settings yet - -[fsogsm.modem_cinterion_mc75] -# No settings yet - -[fsogsm.modem_ti_calypso] -# No settings yet - -[fsogsm.modem_qualcomm_msm] -# No settings yet - -[fsogsm.dbus_service] -# No settings yet diff --git a/recipes/freesmartphone/fsogsmd_git.bb b/recipes/freesmartphone/fsogsmd_git.bb index f6adeeb2c3..8056f4bca8 100644 --- a/recipes/freesmartphone/fsogsmd_git.bb +++ b/recipes/freesmartphone/fsogsmd_git.bb @@ -5,17 +5,7 @@ PV = "0.2.0+gitr${SRCREV}" DEPENDS += "libfsoresource libgsm0710mux" -SRC_URI += "file://fsogsmd.conf" - -do_install_append() { - install -d ${D}${sysconfdir}/freesmartphone/ - install -m 0644 ${WORKDIR}/fsogsmd.conf ${D}${sysconfdir}/freesmartphone/ -} - do_install_append_shr() { # remove .service file to disable fsogsmd autostart rm -f ${D}${datadir}/dbus-1/system-services/org.freesmartphone.ogsmd.service } - -FILES_${PN} += "${sysconfdir}/freesmartphone/fsogsmd.conf" -CONFFILES_${PN} += "${sysconfdir}/freesmartphone/fsogsmd.conf" diff --git a/recipes/freesmartphone/fsonetworkd/fsonetworkd.conf b/recipes/freesmartphone/fsonetworkd/fsonetworkd.conf deleted file mode 100644 index d8e5cee971..0000000000 --- a/recipes/freesmartphone/fsonetworkd/fsonetworkd.conf +++ /dev/null @@ -1,19 +0,0 @@ -####################################################################################### -# FSO Network Daemon Configuration File -- for SYSTEM INTEGRATORS only -######################################################################################## -[logging] -# Log level: DEBUG, INFO (default), WARNING, ERROR -# Override via environment as FSO_LOG_LEVEL -log_level = INFO -# Where to log to: none (default), stderr, stderr:colors, file, syslog -# Override via environment as FSO_LOG_TO -log_to = file -# Log Destination (valid only for log_to = file) -# Override via environment as FSO_LOG_DESTINATION -log_destination = /var/log/fsonetworkd.log - -[fsonetwork] -# No settings yet - -[fsonetwork.sharing] -# No settings yet diff --git a/recipes/freesmartphone/fsonetworkd_git.bb b/recipes/freesmartphone/fsonetworkd_git.bb index c0b8696bdf..551245aef9 100644 --- a/recipes/freesmartphone/fsonetworkd_git.bb +++ b/recipes/freesmartphone/fsonetworkd_git.bb @@ -2,13 +2,3 @@ require cornucopia.inc inherit fso-plugin PV = "0.1.0.0+gitr${SRCREV}" PR = "${INC_PR}.2" - -SRC_URI += "file://fsonetworkd.conf" - -do_install_append() { - install -d ${D}${sysconfdir}/freesmartphone/ - install -m 0644 ${WORKDIR}/fsonetworkd.conf ${D}${sysconfdir}/freesmartphone/ -} - -FILES_${PN} += "${sysconfdir}/freesmartphone/fsonetworkd.conf" -CONFFILES_${PN} += "${sysconfdir}/freesmartphone/fsonetworkd.conf" diff --git a/recipes/freesmartphone/fsotdld/fsotdld.conf b/recipes/freesmartphone/fsotdld/fsotdld.conf deleted file mode 100644 index 07e91b0ff8..0000000000 --- a/recipes/freesmartphone/fsotdld/fsotdld.conf +++ /dev/null @@ -1,43 +0,0 @@ -####################################################################################### -# FSO Time Date Location Daemon Configuration File -- for SYSTEM INTEGRATORS only -######################################################################################## -[logging] -# Log level: DEBUG, INFO (default), WARNING, ERROR -# Override via environment as FSO_LOG_LEVEL -log_level = INFO -# Where to log to: none (default), stderr, stderr:colors, file, syslog -# Override via environment as FSO_LOG_TO -log_to = file -# Log Destination (valid only for log_to = file) -# Override via environment as FSO_LOG_DESTINATION -log_destination = /var/log/fsotdld.log - -[fsotdl] -gps_receiver_transport = serial -gps_receiver_port = /dev/rfcomm0 -gps_receiver_speed = 9600 - -[fsotdl.alarm] -# No settings yet - -[fsotdl.source_ntp] -# Which server to use; default is 'pool.ntp.org' -server = time.windows.com - -[fsotdl.source_gsm] -# No settings yet - -[fsotdl.provider_gps_nmea] -# No settings yet - -[fsotdl.provider_gps] -provider_type = nmea - -[fsotdl.sync_time] -# Which sources to use; what is available depends on the loaded modules -sources = ntp;gsm -# Which current timezone file to use; default is /etc/timezone -timezone_file = /etc/timezone -# Path to zoneinfo files, default is /usr/share/zoneinfo -zoneinfo_dir = /usr/share/zoneinfo - diff --git a/recipes/freesmartphone/fsotdld_git.bb b/recipes/freesmartphone/fsotdld_git.bb index e6b64c312e..6ad8d47af9 100644 --- a/recipes/freesmartphone/fsotdld_git.bb +++ b/recipes/freesmartphone/fsotdld_git.bb @@ -4,13 +4,3 @@ PR = "${INC_PR}.2" PV = "0.0.0+gitr${SRCREV}" DEPENDS += "libfsotransport libfsoresource" - -SRC_URI += "file://fsotdld.conf" - -do_install_append() { - install -d ${D}${sysconfdir}/freesmartphone/ - install -m 0644 ${WORKDIR}/fsotdld.conf ${D}${sysconfdir}/freesmartphone/ -} - -FILES_${PN} += "${sysconfdir}/freesmartphone/fsotdld.conf" -CONFFILES_${PN} += "${sysconfdir}/freesmartphone/fsotdld.conf" diff --git a/recipes/freesmartphone/fsousaged/fsousaged.conf b/recipes/freesmartphone/fsousaged/fsousaged.conf deleted file mode 100644 index 542bc7562f..0000000000 --- a/recipes/freesmartphone/fsousaged/fsousaged.conf +++ /dev/null @@ -1,32 +0,0 @@ -####################################################################################### -# FSO Usage Daemon Configuration File -- for SYSTEM INTEGRATORS only -######################################################################################## -[logging] -# Log level: DEBUG, INFO (default), WARNING, ERROR -# Override via environment as FSO_LOG_LEVEL -log_level = INFO -# Where to log to: none (default), stderr, stderr:colors, file, syslog -# Override via environment as FSO_LOG_TO -log_to = file -# Log Destination (valid only for log_to = file) -# Override via environment as FSO_LOG_DESTINATION -log_destination = /var/log/fsousaged.log - -[fsousage] -# Which low level suspend/resume variant to use: none (default), kernel26, openmoko -lowlevel_type = kernel26 -# FOR DEBUGGING ONLY: Do not suspend, but instead sleep a couple of seconds -debug_do_not_suspend = 0 -# FOR DEBUGGING ONLY: Enable every registered resource on startup -debug_enable_on_startup = 0 -# FOR DEBUGGING ONLY: Whether resource activation should be synchronized with the registration lifecycle: always (default), startup, shutdown, never -sync_resources_with_lifecycle = always - -[fsousage.lowlevel_kernel26] -# No settings yet - -[fsousage.lowlevel_openmoko] -# No settings yet - -[fsousage.dbus_service] -# No settings yet diff --git a/recipes/freesmartphone/fsousaged/om-gta02/fsousaged.conf b/recipes/freesmartphone/fsousaged/om-gta02/fsousaged.conf deleted file mode 100644 index 1e5761330e..0000000000 --- a/recipes/freesmartphone/fsousaged/om-gta02/fsousaged.conf +++ /dev/null @@ -1,32 +0,0 @@ -####################################################################################### -# FSO Usage Daemon Configuration File -- for SYSTEM INTEGRATORS only -######################################################################################## -[logging] -# Log level: DEBUG, INFO (default), WARNING, ERROR -# Override via environment as FSO_LOG_LEVEL -log_level = INFO -# Where to log to: none (default), stderr, stderr:colors, file, syslog -# Override via environment as FSO_LOG_TO -log_to = file -# Log Destination (valid only for log_to = file) -# Override via environment as FSO_LOG_DESTINATION -log_destination = /var/log/fsousaged.log - -[fsousage] -# Which low level suspend/resume variant to use: none (default), kernel26, openmoko -lowlevel_type = openmoko -# FOR DEBUGGING ONLY: Do not suspend, but instead sleep a couple of seconds -debug_do_not_suspend = 0 -# FOR DEBUGGING ONLY: Enable every registered resource on startup -debug_enable_on_startup = 0 -# FOR DEBUGGING ONLY: Whether resource activation should be synchronized with the registration lifecycle: always (default), startup, shutdown, never -sync_resources_with_lifecycle = always - -[fsousage.lowlevel_kernel26] -# No settings yet - -[fsousage.lowlevel_openmoko] -# No settings yet - -[fsousage.dbus_service] -# No settings yet diff --git a/recipes/freesmartphone/fsousaged_git.bb b/recipes/freesmartphone/fsousaged_git.bb index 649b9e44a8..2bbbae87b6 100644 --- a/recipes/freesmartphone/fsousaged_git.bb +++ b/recipes/freesmartphone/fsousaged_git.bb @@ -2,13 +2,3 @@ require cornucopia.inc inherit fso-plugin PV = "0.9.0.1+gitr${SRCREV}" PR = "${INC_PR}.2" - -SRC_URI += "file://fsousaged.conf" - -do_install_append() { - install -d ${D}${sysconfdir}/freesmartphone/ - install -m 0644 ${WORKDIR}/fsousaged.conf ${D}${sysconfdir}/freesmartphone/ -} - -FILES_${PN} += "${sysconfdir}/freesmartphone/fsousaged.conf" -CONFFILES_${PN} += "${sysconfdir}/freesmartphone/fsousaged.conf" |
